Vcl.Touch.GestureCtrls.TGestureListView.OnGetGestureGroup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnGetGestureGroup: TGetGestureGroupEvent read FOnGetGestureGroup write FOnGetGestureGroup;

C++

__property OnGetGestureGroup;

Properties

Type Visibility Source Unit Parent
event published
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TGestureListView

Description

Occurs when the gesture list view requires information about the group for a specific gesture.

Vcl.Touch.GestureCtrls.TGestureListView.OnGetGestureGroup inherits from Vcl.Touch.GestureCtrls.TCustomGestureListView.OnGetGestureGroup. All content below this line refers to Vcl.Touch.GestureCtrls.TCustomGestureListView.OnGetGestureGroup.

Occurs when the gesture list view requires information about the group for a specific gesture.

Write an event handler for OnGetGestureGroup to override the default group ID of a gesture. OnGetGestureGroup is triggered only when the gesture list view is in GroupView mode.

See Also