API:FMX.Gestures.TGestureCollectionItem.SetErrorMargin

提供:RAD Studio API Documentation

Delphi

procedure SetErrorMargin(const Value: Integer); override;

C++

virtual void __fastcall SetErrorMargin(const int Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
class protected
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures TGestureCollectionItem

説明

SetErrorMargin は、ErrorMargin プロパティの抽象取得メソッドです。 FMX.Gestures.TGestureCollectionItem.SetErrorMargin は FMX.Types.TCustomGestureCollectionItem.SetErrorMargin を継承しています。以下の内容はすべて FMX.Types.TCustomGestureCollectionItem.SetErrorMargin を参照しています。

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

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

関連項目