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

Description

GetErrorMargin is the abstract getter method for the ErrorMargin property.

Vcl.Touch.GestureMgr.TGestureCollectionItem.GetErrorMargin inherits from Vcl.Controls.TCustomGestureCollectionItem.GetErrorMargin. All content below this line refers to Vcl.Controls.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