Vcl.DBCtrls.TDBLookupComboBox.Create

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* TCustomDBLookupComboBox.Create */ inline __fastcall virtual TDBLookupComboBox(System::Classes::TComponent* AOwner) : TCustomDBLookupComboBox(AOwner) { }
/* TWinControl.CreateParented */ inline __fastcall TDBLookupComboBox(HWND ParentWindow) : TCustomDBLookupComboBox(ParentWindow) { }

Properties

Type Visibility Source Unit Parent
constructor public Vcl.DBCtrls.hpp Vcl.DBCtrls TDBLookupComboBox

Description

Creates and initializes an instance of TDBLookupComboBox.

Call Create to instantiate a lookup combo box at runtime. TDBLookupComboBox objects placed on forms at design time are created automatically.

AOwner is the component that is responsible for freeing the lookup combo box instance. It becomes the value of the Owner property.

See Also