FMX.Gestures.TGestureCollection.FindGesture

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

Delphi

function FindGesture(AGestureID: TGestureID): TCustomGestureCollectionItem; overload; override;
function FindGesture(const AName: string): TCustomGestureCollectionItem; overload; override;

C++

virtual Fmx::Types::TCustomGestureCollectionItem* __fastcall FindGesture(Fmx::Types::TGestureID AGestureID)/* overload */;
virtual Fmx::Types::TCustomGestureCollectionItem* __fastcall FindGesture(const System::UnicodeString AName)/* overload */;

プロパティ

種類 可視性 ソース ユニット
function public
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures TGestureCollection

説明

Items 配列の中でジェスチャを検索します。

FindGesture メソッドを使用すると、Items 配列の中でジェスチャを検索できます。 FindGesture は、文字列型の AGestureIDTGestureID 、もしくは AName パラメータを取得します。 FindGesture は、TCustomGestureCollectionItem を返します。

関連項目