API: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 and initializes an instance of TCustomLabel.

Vcl.ExtCtrls.TBoundLabel.Create inherits from Vcl.StdCtrls.TCustomLabel.Create. All content below this line refers to Vcl.StdCtrls.TCustomLabel.Create.

Creates and initializes an instance of TCustomLabel.

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.

See Also