Vcl.Controls.TCustomGestureCollectionItem.GetErrorMargin

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetErrorMargin: Integer; virtual; abstract;

C++

virtual int __fastcall GetErrorMargin() = 0 ;

Properties

Type Visibility Source Unit Parent
function class protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomGestureCollectionItem

Description

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