RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStatusPanels.Create Constructor

Creates and initializes a TStatusPanels object.

Pascal
constructor Create(StatusBar: TCustomStatusBar);
C++
__fastcall TStatusPanels(TCustomStatusBar StatusBar);

Do not call Create directly. Instances of TStatusBar create the TStatusPanels object from their own constructors. 

The Create method takes, as a parameter, the TStatusBar instance that uses TStatusPanels to manage its panels. 

 

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