RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomComboBoxEx.CreateWnd Method

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

Pascal
procedure CreateWnd; override;
C++
virtual __fastcall CreateWnd();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!