Vcl.ExtCtrls.TBoundLabel.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TBoundLabel(System::Classes::TComponent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TBoundLabel

Description

Creates a new TBoundLabel object.

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.

See Also