Return the integer to string converter for an integer type.
Source position: classesh.inc line 2912
function FindIntToIdent( |
AIntegerType: Pointer |
):TIntToIdent; |
FindIntToIdent returns the handler that handles the conversion of an integer to a string representation that can be used in component streaming, when IntToIdent is called.
Nil is returned if no handler is registered for the given type.
|
Looks up an identifier for an integer value in a identifier-to-integer map list. |
|
|
Callback for converting integers to identifiers. |
|
|
Return the string to integer converter for an integer type. |