GetCursorAdapter Function | |
-- 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
[ClipperCallingConventionAttribute(new string[] { ... })]
public static Usual GetCursorAdapter(
Usual cAlias = default
)
Request Example
View SourceParameters
- 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