FindIntToIdent
Return the integer to string converter for an integer type
Declaration
Source position: classesh.inc line 2419
function FindIntToIdent(AIntegerType: Pointer) : TIntToIdent;
Description
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.
Errors
Nil is returned if no handler is registered for the given type.
See also
Name | Description |
---|---|
FindIdentToInt | Return the string to integer converter for an integer type |
IntToIdent | Looks up an identifier for an integer value in a identifier-to-integer map list. |
TIntToIdent | Callback for converting integers to identifiers. |