RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomLabeledEdit.SetParent Method

Sets the value of the Parent property.

Pascal
procedure SetParent(AParent: TWinControl); override;
C++
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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!