|
RAD Studio VCL Reference
|
Creates a Windows control corresponding to the list box component.
procedure CreateWnd; override;
virtual __fastcall CreateWnd();
CreateWnd is called automatically when the list box must be displayed. CreateWnd calls the inherited CreateWnd method, which calls
CreateParams to initialize the window-creation parameters.
CreateWindowHandle to create the window handle for the control.
CreateWnd additionally sets up the list box position, tabs, items, and columns.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|