RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomLabel.Create Constructor

Creates and initializes an instance of TCustomLabel.

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

Call Create to create an instance of TCustomLabel at runtime. Labels placed on forms at design time are created automatically. 

AOwner is a component, typically the form, that is responsible for freeing the label. 

 

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