FMX.Types.TCustomGestureManager.StandardGestures

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StandardGestures[AControl: TComponent]: TStandardGestures read GetStandardGestures write SetStandardGestures;

C++

__property TStandardGestures StandardGestures[System::Classes::TComponent* AControl] = {read=GetStandardGestures, write=SetStandardGestures};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TCustomGestureManager

Description

Specifies the set of standard gestures associated with a control.

Use the StandardGestures property to access the standard gestures associated with a given control. StandardGestures is an indexed property, where the index is the control instance for which the associated gestures are retrieved.

See Also