Vcl.Controls.TCustomTouchManager.SelectGesture
Delphi
function SelectGesture(AGestureID: TGestureID): Boolean; overload;
function SelectGesture(const AName: string): Boolean; overload;
C++
bool __fastcall SelectGesture(TGestureID AGestureID)/* overload */;
bool __fastcall SelectGesture(const System::UnicodeString AName)/* overload */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TCustomTouchManager |
Description
Embarcadero Technologies does not currently have any additional information.