Edge on the edge control where the bound label is aligned.
Source position: extctrls.pp line 1031
public property TCustomLabeledEdit.LabelPosition : TLabelPosition |
LabelPosition is a TLabelPosition property which indicates the edge of the edit control where the bound label in EditLabel is aligned. The default value for the property is lpAbove.
Use one of the other TLabelPosition enumeration values to reposition the label relative to the edit control.
Changing the value for the property causes EditLabel to be repositioned and anchored to the edit control.
Use LabelSpacing to specify the number of pixels used as a spacer between the edit control and the bound label in Editlabel.
|
EditLabel - the label attached to the edit box. |
|
|
Number of pixels between the control and its bound label. |
|
|
Specifies the position for a label relative to an associated control. |
Lazarus Component Library (LCL) | Version 4.99-c654d3a90f (2025-03-09) | Home |