FMX.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
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures FMX.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