Vcl.DBLookup.TDBLookupCombo.CreateWnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateWnd; override;

C++

virtual void __fastcall CreateWnd();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.DbLookup.pas
Vcl.DBLookup.hpp
Vcl.DBLookup TDBLookupCombo

Description

Creates the underlying Windows control that implements the lookup combo.

The CreateWnd method is called to create the underlying Windows control that implements the lookup combo.

See Also