Vcl.ComCtrls.TCustomListView.CreateWnd

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

Delphi

procedure CreateWnd; override;

C++

virtual void __fastcall CreateWnd();

プロパティ

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

説明

リストビューに使用するウィンドウを作成します。

CreateWnd メソッドは,CreateParams パラメータで指定されたパラメータ値に基づいてリストビューのウィンドウを作成します。次に,CreateWnd は新しいウィンドウにメッセージを送信し,リストビューオブジェクトの現在のプロパティの設定をウィンドウに反映します。

関連項目