API:FMX.Gestures.TGestureManager.SelectGesture

提供:RAD Studio API Documentation

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

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。