[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: controls.pp line 170
type TAnchors = set of ( |
||
akTop, |
|
Top side (or center vertically). |
akLeft, |
|
Left side (or center horizonally). |
akRight, |
|
Right side (or center horizontally). |
akBottom |
|
Bottom side (or center vertically). |
); |
lazarus-ccr.sourceforge.net |