CursorStatus Property

Specifies whether the CursorAdapter object represented by the CursorAdapter Alias property is attached and how it is attached. Visual FoxPro requires CursorStatus to determine state of the current CursorAdapter object and from where the associated cursor originated. Read-only.

CursorAdapter.CursorStatus [ = nValue ]

Return Value

  • nValue
    Numeric data type. The following table lists the possible values for nValue.

    nValue

    Description

    0

    CursorAdapter <Alias> is not attached. (Default)

    1

    CursorAdapter <Alias> is attached via the CursorFill method.

    2

    CursorAdapter <Alias> is attached via the CursorAttach method.

Remarks

Applies To: CursorAdapter Class

See Also

Reference

CursorAdapter Object Properties, Methods, and Events

Alias Property

CursorFill Method

CursorAttach Method

Other Resources

Properties (Visual FoxPro)