Vcl.Touch.Gestures.GestureToIdent
Delphi
function GestureToIdent(ID: Integer; var Ident: string): Boolean;
C++
extern DELPHI_PACKAGE bool __fastcall GestureToIdent(int ID, System::UnicodeString &Ident);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Vcl.Touch.Gestures.pas Vcl.Touch.Gestures.hpp |
Vcl.Touch.Gestures | Vcl.Touch.Gestures |
Description
Converts a gesture ID to the corresponding string.
GestureToIdent provides the underlying translation from gesture IDs to string identifiers. ID is the gesture ID to translate. Ident is the string identifier that will be obtained. The function returns a boolean value indicating whether the translation completed successfully.
GestureToIdent is used mostly internally to support proper VCL streaming.
Note: GestureToIdent provides mapping only for standard gestures.