[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Set of options of type TAlign defining possible ways of aligning
Source position: controls.pp line 118
type TAlignSet = set of ( |
||
alNone, |
|
|
alTop, |
|
|
alBottom, |
|
|
alLeft, |
|
|
alRight, |
|
|
alClient, |
|
|
alCustom |
|
|
); |
lazarus-ccr.sourceforge.net |