|
RAD Studio VCL Reference
|
Sets the value of the Parent property.
procedure SetParent(AParent: TWinControl); override;
virtual __fastcall SetParent(TWinControl * AParent);
SetParent is the protected property setter for the Parent property. TCustomLabeledEdit overrides SetParent to ensure that the label has the same parent as the edit control.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|