GETCURSORADAPTER( ) Function

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

GETCURSORADAPTER( [ cAlias ] )

Parameters

  • cAlias
    Specifies the alias of the cursor. If you do not supply an alias, Visual FoxPro uses the alias for the cursor in the current work area.

Return Value

An object reference to a CursorAdapter object.

Remarks

Applies To: CursorAdapter Class

See Also

Reference

CursorAdapter Object Properties, Methods, and Events

Other Resources

Functions