Vcl.ComCtrls.TCustomListView.DestroyWnd

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure DestroyWnd; override;

C++

virtual void __fastcall DestroyWnd();

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

説明

DestroyWnd は,リストビューのウィンドウハンドルで参照するウィンドウを破棄します。

ウィンドウを破棄する前に,DestroyWnd はリストビューのコピーを内部記憶領域に保存します。その後,継承したメソッドがすべてのデバイスコンテキストを解放し,ウィンドウを破棄します。

関連項目