API:Vcl.Touch.GestureMgr.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
Vcl.Touch.GestureMgr.pas
Vcl.Touch.GestureMgr.hpp
Vcl.Touch.GestureMgr TGestureCollectionItem

Description

SetErrorMargin is the abstract setter method for the ErrorMargin property.

Vcl.Touch.GestureMgr.TGestureCollectionItem.SetErrorMargin inherits from Vcl.Controls.TCustomGestureCollectionItem.SetErrorMargin. All content below this line refers to Vcl.Controls.TCustomGestureCollectionItem.SetErrorMargin.

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