Type to specify text alignment in controls that display text.
Source position: classesh.inc line 101
type TAlignment = ( |
||
taLeftJustify, |
|
Text is displayed aligned to the left. |
taRightJustify, |
|
Text is displayed aligned to the right. |
taCenter |
|
Text is displayed centered. |
); |
The TAlignment type is used to specify the alignment of the text in controls that display a text.