FMX.Types.TCustomGestureCollectionItem.SetDeviation

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

Delphi

procedure SetDeviation(const Value: Integer); virtual; abstract;

C++

virtual void __fastcall SetDeviation(const int Value) = 0 ;

プロパティ

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

説明

SetDeviation は、Deviation プロパティの抽象設定メソッドです。

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

関連項目