Vcl.ComCtrls.TCustomListView.DestroyWnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DestroyWnd; override;

C++

virtual void __fastcall DestroyWnd();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

Description

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

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.

See Also