[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return the string to integer converter for an integer type
Source position: classesh.inc line 2142
function FindIdentToInt( |
AIntegerType: Pointer |
):TIdentToInt; |
FindIdentToInt returns the handler that handles the conversion of a string representation to an integer that can be used in component streaming, when IdentToInt is called.
Nil is returned if no handler is registered for the given type.