FMX.Gestures.TGestureCollectionItem.SetErrorMargin

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetErrorMargin(const Value: Integer); override;

C++

virtual void __fastcall SetErrorMargin(const int Value);

Properties

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

Description

SetErrorMargin is the setter method for the ErrorMargin property.

Use the SetErrorMargin method to set the value of the the ErrorMargin property.

See Also