FMX.Types.TCustomGestureCollectionItem.SetErrorMargin

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetErrorMargin(const Value: Integer); virtual; abstract;

C++

virtual void __fastcall SetErrorMargin(const int Value) = 0 ;

Properties

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

Description

SetErrorMargin is the abstract setter method for the ErrorMargin property.

Override the SetErrorMargin method in descending classes to implement the setter method for the ErrorMargin property.

See Also