API: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.

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

GetErrorMargin is the abstract getter method for the ErrorMargin property.

Override the GetErrorMargin method in descending classes to implement the getter method for the ErrorMargin property.

See Also