Is it possible to indent a text within a TEdit
or a derived component (eg TLabeledEdit
)? If so, how?
I do not want to align it ( Left, Center, Right ), I just want to indent it, as if it were the first line of a paragraph.
The application is VCL
, not FireMonkey
. Delphi XE7
.