[Overview][Constants][Types][Classes][Procedures and functions][Index] |
TLabelPosition - enumerated type for position of a label relative to an edit box: above, below, left, right
Source position: extctrls.pp line 1107
type TLabelPosition = ( |
||
lpAbove, |
|
|
lpBelow, |
|
|
lpLeft, |
|
|
lpRight |
|
|
); |
lazarus-ccr.sourceforge.net |