RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomStatusBar.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 write implementation of the Parent property. 

AParent is the new parent of the status bar. 

 

Parent

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!