FMX.Gestures.TGestureManager.SelectGesture
Delphi
function SelectGesture(const AControl: TComponent; AGestureID: TGestureID): Boolean; override;
function SelectGesture(const AControl: TComponent; const AName: string): Boolean; override;
C++
virtual bool __fastcall SelectGesture(System::Classes::TComponent* const AControl, Fmx::Types::TGestureID AGestureID)/* overload */;
virtual bool __fastcall SelectGesture(System::Classes::TComponent* const AControl, const System::UnicodeString AName)/* overload */;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | FMX.Gestures.pas FMX.Gestures.hpp |
FMX.Gestures | TGestureManager |
説明
ジェスチャをコントロールに関連付けます。
SelectGesture メソッドは、ジェスチャをコントロールに関連付けます。 このメソッドには形式が 2 つあり、名前やジェスチャ ID など、ジェスチャの検索条件によって異なります。