Vcl.ComCtrls.TCustomListView.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomListView(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TCustomListView(HWND ParentWindow) : Vcl::Controls::TCustomMultiSelectListControl(ParentWindow) { }

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

Description

Creates and initializes an instance of TCustomListView.

Call Create to instantiate a list view at runtime. List view controls placed on forms at design time are created automatically.

See Also

Code Examples