[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The side of another control, to which this control's side is anchored.
Source position: controls.pp line 171
type TAnchorSideReference = ( |
||
asrTop, |
|
Anchor to the top side. |
asrBottom, |
|
Anchor to the bottom side. |
asrCenter |
|
Anchor to the center of the other control. |
); |
lazarus-ccr.sourceforge.net |