Vcl.Touch.Gestures.IdentToGesture

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function IdentToGesture(const Ident: string; var ID: Integer): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall IdentToGesture(const System::UnicodeString Ident, int &ID);

プロパティ

種類 可視性 ソース ユニット
function public
Vcl.Touch.Gestures.pas
Vcl.Touch.Gestures.hpp
Vcl.Touch.Gestures Vcl.Touch.Gestures

説明

文字列を対応するジェスチャ ID に変換します。

IdentToGesture は、文字列識別子をジェスチャ ID に変換する基本的な機能を提供します。Ident は、変換対象の文字列識別子です。ID は、取得されるジェスチャ ID です。この関数は変換が成功したかどうかを示す論理値を返します。

IdentToGesture は、適切な VCL ストリーミングをサポートするために、通常は内部で使用されます。

メモ:  IdentToGesture が提供するのは、標準ジェスチャのマッピングだけです。

関連項目