[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Set type used to store values from the TAnchorKind enumeration.
Source position: controls.pp line 171
type TAnchors = set of ( |
||
akTop, |
|
Top side (or center vertically). |
akLeft, |
|
Left side (or center horizontally). |
akRight, |
|
Right side (or center horizontally). |
akBottom |
|
Bottom side (or center vertically). |
); |
TAnchors is the the type used to implement the Anchors property in TControl and descendent classes.
|
The control side to be anchored. |
|
|
The set of anchor definitions for this control. |