CastStringAsInteger |
Top Previous Next |
Prototype
IntOutput:= CastStringAsInteger(StrValue)
Description
Convert a integer pointer in a integer value.
Parameters
StrValue: integer pointer to convert.
Returned Value
IntOutput: integer value
Note
The cast function have to be used only to support CallLibrary function if some DLL functions have “ByRef” parameter instead of “ByVal” ones. |