CastBooleanAsString

Top  Previous  Next

Prototype

 

StrOutput:= CastBooleanAsString(BoolValue)

 

Description

 

Convert the boolean parameter in a pointer to boolean.

 

Parameters

 

BoolValue: Boolean value to convert

 

Returned Value

 

StrOutput: string representing the pointer.

 

Notes

 

The cast function have to be used only to support CallLibrary function if some DLL functions have “ByRef” parameter instead of “ByVal” ones.