FMX.Types.TCustomGestureCollectionItem.GetDeviation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDeviation: Integer; virtual; abstract;

C++

virtual int __fastcall GetDeviation() = 0 ;

Properties

Type Visibility Source Unit Parent
function class protected
FMX.Types.pas
FMX.Types.hpp
FMX.Types TCustomGestureCollectionItem

Description

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