Vcl.Touch.GestureCtrls.TCustomGestureListView.OnGetGestureGroup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnGetGestureGroup: TGetGestureGroupEvent read FOnGetGestureGroup write FOnGetGestureGroup;

C++

__property TGetGestureGroupEvent OnGetGestureGroup = {read=FOnGetGestureGroup, write=FOnGetGestureGroup};

Properties

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

Description

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