The control side to be anchored.
Source position: controls.pp line 171
type TAnchorKind = ( |
||
akTop, |
|
Top side (or center vertically). |
akLeft, |
|
Left side (or center horizontally). |
akRight, |
|
Right side (or center horizontally). |
akBottom |
|
Bottom side (or center vertically). |
); |
With the TAnchorSideReference value asrCenter, the sides mean horizontal or vertical alignment of the control's center.
CT Web help |
CodeTyphon Studio |