CursorStatus Enumeration | |
This enum emulates the FoxPro values for the CursorAdapter.CursorStatus
Namespace:
XSharp.VFP
Assembly:
XSharp.Data (in XSharp.Data.dll) Version: 2.19
Syntax Members
| Member name | Value | Description |
---|
| Detached | 0 | |
| Filled | 1 | |
| Attached | 2 | |
See Also