6
It is possible to indent a text inside a TEdit
or a derivative component (ex. TLabeledEdit
)? If yes, how?
I don’t want to line him up (Left, Center, Right), I just want to indentify it, like it’s the first line of a paragraph.
The application is VCL
, nay FireMonkey
.
Delphi XE7
.
Play a tab at the beginning ?
– Victor Tadashi
Basically this @Victorzanella a
Tab
or aEspaço
would generate the desired effect, but would like to obtain this effect without inserting a character.– Andrey
Got it, what’s your goal with it? Since Tedit usually only has one line.
– Victor Tadashi
@Victorzanella I actually want to apply this effect to the component
TLabeledEdit
, whereas theTLabel
would be above theTEdit
. Since the form in question has many fields, the effect I require would help the user to view the information.– Andrey
I get it, I’m trying to apply a similar treatment to Richedit’s Paragraph.Firstindent. Take a look at this guy.
– Victor Tadashi