Vcl.Touch.Gestures.TCustomGestureRecognizerClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCustomGestureRecognizerClass = class of TCustomGestureRecognizer;

C++

typedef System::TMetaClass* TCustomGestureRecognizerClass;

Properties

Type Visibility Source Unit Parent
classref
typedef
public
Vcl.Touch.Gestures.pas
Vcl.Touch.Gestures.hpp
Vcl.Touch.Gestures Vcl.Touch.Gestures

Description

TCustomGestureRecognizerClass defines the metaclass for TCustomGestureRecognizer.

TCustomGestureRecognizerClass is the metaclass for TCustomGestureRecognizer. Its value is the class reference for TCustomGestureRecognizer or for one of its descendants.

See Also