FMX.Gestures.TGestureCollectionItem.GetErrorMargin

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetErrorMargin: Integer; override;

C++

virtual int __fastcall GetErrorMargin();

Properties

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

Description

GetErrorMargin is the abstract getter method for the ErrorMargin property.

Use the GetErrorMargin method to read the error margin value for a gesture collection item.

See Also