[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Enumerated type listing the possible positions for alignment of a control
Source position: controls.pp line 119
type TAnchorKind = ( |
||
akTop, |
|
|
akLeft, |
|
|
akRight, |
|
|
akBottom |
|
|
); |
akTop, akLeft, akRight, akBottom
lazarus-ccr.sourceforge.net |