FMX.Types.TCustomGestureCollection.GetItem

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

Delphi

function GetItem(Index: Integer): TCustomGestureCollectionItem;

C++

HIDESBASE TCustomGestureCollectionItem* __fastcall GetItem(int Index);

プロパティ

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

説明

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

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

関連項目