API:FMX.Gestures.TGestureCollectionItem.GetDeviation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDeviation: Integer; override;

C++

virtual int __fastcall GetDeviation();

Properties

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

Description

GetDeviation is the abstract getter method for the Deviation property.

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

GetDeviation is the abstract getter method for the Deviation property.

Override the GetDeviation method in descending classes to implement the getter method for the Deviation property.

See Also