Vcl.Touch.GestureMgr.TGestureManager.CustomGestureCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CustomGestureCount: Integer read GetCustomGestureCount;

C++

__property int CustomGestureCount = {read=GetCustomGestureCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Touch.GestureMgr.pas
Vcl.Touch.GestureMgr.hpp
Vcl.Touch.GestureMgr TGestureManager

Description

Specifies the number of recorded and registered gestures.

Use the CustomGestureCount property to read the number of recorded and registered gestures.

See Also