Vcl.Controls.TCustomGestureCollectionItem.GetErrorMargin

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetErrorMargin: Integer; virtual; abstract;

C++

virtual int __fastcall GetErrorMargin() = 0 ;

プロパティ

種類 可視性 ソース ユニット
function class protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomGestureCollectionItem

説明

GetErrorMargin は、ErrorMargin プロパティの抽象取得メソッドです。

GetErrorMargin メソッドを下位クラスでオーバーライドして、 ErrorMargin プロパティの取得メソッドを実装します。

関連項目