function CastIntegerToString(const L: Longint): String;
Casts an integer to a string so that a string can be received from a DLL using CallDllProc.
This function is deprecated. See the Using DLLs topic.