Vcl.ComCtrls.TCustomComboBoxEx.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.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomComboBoxEx

Description

Creates the underlying Windows control that implements the extended combo box.

The CreateHandle method calls CreateWnd to perform the task of creating the underlying Windows control.

The Windows control for the combo box can be temporarily destroyed and recreated in order to set properties that require changing the window creation parameters. Thus, CreateWnd may be called several times during the lifetime of the TCustomComboBoxEx instance.

See Also