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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!