RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomStatusBar.CreatePanels Method

Creates the TStatusPanels object that implements the Panels property.

Pascal
function CreatePanels: TStatusPanels; virtual;
C++
virtual __fastcall TStatusPanels CreatePanels();

TCustomStatusBar calls CreatePanels internally generate the implementation object for the Panels property. 

Override this method to substitute a TStatusPanels descendant as the implementation of the Panels property or to provide special initializations to the TStatusPanels instance. 

 

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