RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.DestroyWnd Method

Destroys the window referenced by the list view's window handle.

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

Before the window is destroyed, DestroyWnd saves a copy of the list view in internal storage. The inherited method then frees any device contexts, and destroys the window. 

 

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