RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDirectoryListBox.CreateWnd Method

Creates a Windows control corresponding to the list box component.

Pascal
procedure CreateWnd; override;
C++
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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!