System.Classes.TIdentToInt

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

Delphi

TIdentToInt = function(const Ident: string; var Int: Integer): Boolean;

C++

typedef bool __fastcall (*TIdentToInt)(const System::UnicodeString Ident, int &Int);

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

説明

TIdentToInt は、IdentToInt ルーチンによって使用されるコールバック関数の型です。

IdentToInt は、文字列識別子から整数への変換を提供します。このような変換は、たとえば、Delphi で RegisterIntegerConsts プロシージャを使用してマッピングを登録するときに発生します。

Ident は、変換対象の文字列識別子です。

Int には、それに対応する整数値が返ります。

関連項目