FMX.Types.TCustomGestureCollection.SetItem

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

Delphi

procedure SetItem(Index: Integer; const Value: TCustomGestureCollectionItem);

C++

HIDESBASE void __fastcall SetItem(int Index, TCustomGestureCollectionItem* const Value);

プロパティ

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

説明

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

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

関連項目