[Overview][Types][Classes][Procedures and functions][Index] |
Sets the value for the Parent property.
Source position: extctrls.pp line 1033
protected procedure TCustomLabeledEdit.SetParent( |
AParent: TWinControl |
); override; |
AParent |
|
New parent for the control. |
SetParent is overridden in TCustomLabeledEdit to ensure that the EditLabel for the control is properly aligned after the value in Parent is changed. Calls DoPositionLabel to set the label visibility and position the label using the value in LabelPosition and LabelSpacing.
|
EditLabel - the label attached to the edit box. |
|
|
Edge on the edge control where the bound label is aligned. |
|
|
Number of pixels between the control and its bound label. |
|
|
The control within which the control is shown. |
|
|
Sets the value for the Parent property. |
Version 4.0 | Generated 2025-05-03 | Home |