Subrange type based on TAlignment.
Source position: classesh.inc line 103
type TLeftRight = taLeftJustify..taRightJustify; |
TLeftRight is a subrange type based on the TAlignment enumerated type. It contains only the left and right alignment constants.
|
Type to specify text alignment in controls that display text. |