DbCursor Class |
Namespace: XSharp.VFP.UI
The DbCursor type exposes the following members.
Name | Description | |
---|---|---|
Alias |
The Name of the Working Area
| |
BaseClass | ||
BindingSource |
The BindingSource stored in this Cursor
| |
BufferModeOverride | ||
Class | ||
ClassLibrary | ||
Comment | ||
CursorSource |
For DBC, the Table Name
For free tables, specifies the full path to the free table.
| |
DataBase |
The path to the database (DBC) that contains the table or view associated with a cursor.
If the cursor is based on a free table, Database contains an empty string ("").
| |
DataSource |
The DataSource stored in the BindingSource of this Cursor
| |
Exclusive |
Specifies whether a table associated with a Cursor object is opened exclusively.
| |
Filter |
Excludes records that do not meet the criteria in the specified expression
| |
IsFreeTable | ||
Name |
The Name of the Cursor
| |
NoDataOnLoad |
Causes the view associated with a Cursor to activate without downloading data.
| |
Order |
The Name of the Order
| |
OrderDirection |
Specifies an ascending or descending order for the controlling index tag specified by the Order property of a Cursor object.
| |
ReadOnly |
Specifies whether a table or view associated with a Cursor object allows updates.
|
Name | Description | |
---|---|---|
Close | ||
Open | ||
ReadExpression | Obsolete. | |
ReadMethod | Obsolete. | |
ResetToDefault | Obsolete. | |
SaveAsClass | Obsolete. | |
Sync | ||
WriteExpression | Obsolete. | |
WriteMethod | Obsolete. |