API: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 abstract setter method for the Deviation property.

FMX.Gestures.TGestureCollectionItem.SetDeviation inherits from FMX.Types.TCustomGestureCollectionItem.SetDeviation. All content below this line refers to FMX.Types.TCustomGestureCollectionItem.SetDeviation.

SetDeviation is the abstract setter method for the Deviation property.

Override the SetDeviation method in descending classes to implement the setter method for the Deviation property.

See Also