API:Vcl.Touch.GestureCtrls.TCustomGestureListView

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ComCtrls.TCustomListViewVcl.Controls.TCustomMultiSelectListControlVcl.Controls.TCustomListControlVcl.Controls.TWinControlVcl.Controls.TControlTCustomGestureListView

Delphi

TCustomGestureListView = class(TCustomListView, IGestureProvider)

C++

class PASCALIMPLEMENTATION TCustomGestureListView : public Vcl::Comctrls::TCustomListView

Properties

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

Description

TCustomListView is the base type for all list view components, including TListView.

Vcl.Touch.GestureCtrls.TCustomGestureListView inherits from Vcl.ComCtrls.TCustomListView. All content below this line refers to Vcl.ComCtrls.TCustomListView.

TCustomListView is the base type for all list view components, including TListView.

Use TCustomListView as a base class when defining a control that displays a list of items. TCustomListView allows a list of items to be displayed in columns with column headers and sub-items, or vertically or horizontally, with small or large icons.

Do not create instances of TCustomListView. To put a list view on a form, use a descendant of TCustomListView, such as TListView.

See Also