JavaScript Editor js editor     Web development 



Main Page

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



JavaScript Editor js editor     Web development