| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Return the integer to string converter for an integer type
Source position: classesh.inc line 2145
| 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 |