RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBoundLabel.Create Constructor

Creates a new TBoundLabel object.

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

Do not create instances of TBoundLabel. Bound labels are instantiated by the labeled edit controls to which they belong. 

AOwner specifies the labeled edit control that acts as the bound label's Owner. 

 

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