Share via


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 Values

An object reference to a CursorAdapter object.

See Also

CursorAdapter Object Properties, Methods, and Events

Applies To: CursorAdapter Class