[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Type to specify text alignment in controls that display text.
Source position: classesh.inc line 94
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.