FMX.Gestures.TGestureCollectionItem.SetDeviation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDeviation(const Value: Integer); override;

C++

virtual void __fastcall SetDeviation(const int Value);

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures TGestureCollectionItem

Description

SetDeviation is the setter method for the Deviation property.

Use the SetDeviation method to set the value for the Deviation property.

See Also