[Overview][Types][Classes][Procedures and functions][Index] |
Sets the value for the Parent property.
Source position: extctrls.pp line 978
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. |
|
|
LabelPosition - whether above, below, to the left or to the right of the Edit box. |
|
|
LabelSpacing - the distance between the Label and the Edit box. |
|
|
The control within which the control is shown. |
|
|
Sets the value for the Parent property. |
lazarus-ccr.sourceforge.net |