Vcl.ComCtrls.TCustomListView.CreateWnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateWnd; override;

C++

virtual void __fastcall CreateWnd();

Properties

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

Description

Creates the window used by the list view.

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.

See Also