Vcl.Touch.GestureCtrls.TCustomGestureListView.TGestureItemData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TGestureItemData = record

C++

struct DECLSPEC_DRECORD TGestureItemData
{
public:
    Vcl::Controls::TCustomGestureCollectionItem* Gesture;
    int GroupID;
};

Properties

Type Visibility Source Unit Parent
record
struct
protected
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TCustomGestureListView

Description

Describes a gesture item in the list control.

TGestureItemData is used internally by the gesture list control to store and manage gesture associated with its list items. TGestureItemData has the fields listed in the following table.



Value Meaning

Gesture

The gesture collection item.

GroupID

The ID of the group of which the gesture is part.



See Also