[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The control side to be anchored.
Source position: controls.pp line 169
type TAnchorKind = ( |
||
akTop, |
|
Top side (or center vertically). |
akLeft, |
|
Left side (or center horizonally). |
akRight, |
|
Right side (or center horizontally). |
akBottom |
|
Bottom side (or center vertically). |
); |
With asrCenter the sides mean horizontal or vertical alignment, of the control's center.
lazarus-ccr.sourceforge.net |