API:Vcl.Touch.GestureMgr.TGestureManager.SelectGesture
Delphi
function SelectGesture(AControl: TControl; AGestureID: TGestureID): Boolean; override;
function SelectGesture(AControl: TControl; const AName: string): Boolean; override;
C++
virtual bool __fastcall SelectGesture(Vcl::Controls::TControl* AControl, Vcl::Controls::TGestureID AGestureID)/* overload */;
virtual bool __fastcall SelectGesture(Vcl::Controls::TControl* AControl, const System::UnicodeString AName)/* overload */;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | Vcl.Touch.GestureMgr.pas Vcl.Touch.GestureMgr.hpp |
Vcl.Touch.GestureMgr | TGestureManager |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。