API:Vcl.DBCtrls.TDBEdit.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TDBEdit(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TDBEdit(HWND ParentWindow) : Vcl::Extctrls::TCustomLabeledEdit(ParentWindow) { }

Properties

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

Description

Creates an instance of TCustomLabeledEdit.

Vcl.DBCtrls.TDBEdit.Create inherits from Vcl.ExtCtrls.TCustomLabeledEdit.Create. All content below this line refers to Vcl.ExtCtrls.TCustomLabeledEdit.Create.

Creates an instance of TCustomLabeledEdit.

Call Create to instantiate a labeled edit control. AOwner specifies a component, typically the form, that is responsible for freeing the labeled edit control.

See Also