RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.CreateWnd Method

Creates the window used by the list view.

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

CreateWnd creates the list view's window, based on the parameter values provided by the CreateParams method. CreateWnd then sends messages to the newly created window so that it reflects the current property settings of the list view object. 

 

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