Click or drag to resize

GetCursorAdapter Function

X#
-- todo --
Returns an object reference to a CursorAdapter object at run time by referencing the cursor name.

Namespace:  XSharp.VFP
Assembly:  XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax
 FUNCTION GetCursorAdapter(
	cAlias
) AS USUAL CLIPPER
Request Example View Source

Parameters

cAlias (Optional)
Type: Usual
Specifies the alias of the cursor. If you do not supply an alias, X# uses the alias for the cursor in the current work area.

Return Value

Type: Usual
An object reference to a CursorAdapter object.
Remarks
Applies To: CursorAdapter Class
See Also