Vcl.Touch.GestureCtrls.TCustomGestureListView.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TCustomGestureListView

Description

Creates and initializes an instance of TCustomGestureListView.

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

See Also