Click or drag to resize

Functions.IsPtr Method

X#
Determine if a value is a pointer.

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.16
Syntax
 FUNCTION IsPtr(
	uValue AS USUAL
) AS LOGIC
Request Example View Source

Parameters

uValue
Type: Usual
The value to examine.

Return Value

Type: Logic
TRUE if the value is a pointer; otherwise, FALSE.
Remarks