System.Classes.TIntToIdent

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

C++

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

プロパティ

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

説明

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

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

Int は、変換対象の整数値です。

Ident は、それに対応する文字列値です。

関連項目