Pascal Scripting: CastIntegerToString

Prototype

function CastIntegerToString(const L: NativeInt): String;

Description

Casts an integer to a string so that a string can be received from a DLL using CallDLLProc.

Remarks

This function is deprecated. See the Using DLLs topic.