Pascal Scripting: CastStringToInteger

Prototype

function CastStringToInteger(var S: String): NativeInt;

Description

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

Remarks

This function is deprecated. See the Using DLLs topic.