[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Set of alignment options.
Source position: controls.pp line 168
type TAlignSet = set of ( |
||
alNone, |
|
Control has fixed size and position |
alTop, |
|
Control stacked at top, full width. |
alBottom, |
|
Control stacked at bottom, full width. |
alLeft, |
|
Control stacked at left, full height. |
alRight, |
|
Control stacked at right, full height. |
alClient, |
|
Control fills remaining client area. |
alCustom |
|
Control has special alignment. |
); |
lazarus-ccr.sourceforge.net |