API:Vcl.DBCtrls.TDBText.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBText

Description

Creates and initializes an instance of TCustomLabel.

Vcl.DBCtrls.TDBText.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