RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomStatusBar.Create Constructor

Creates and initializes a TCustomStatusBar component.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TCustomStatusBar(TComponent * AOwner);

The Create method creates a status bar along with its canvas and status panels. 

AOwner is a component, typically the form, that becomes the value of the Owner property. 

 

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