Click or drag to resize

DbCursor Class

X#
The VFP compatible Cursor class.
Inheritance Hierarchy
Object
  DbCursor

Namespace:  XSharp.VFP.UI
Assembly:  XSharp.VFP.UI (in XSharp.VFP.UI.dll) Version: 2.21
Syntax
 CLASS DbCursor
Request Example View Source

The DbCursor type exposes the following members.

Constructors
  NameDescription
Public methodDbCursor
Initializes a new instance of the DbCursor class
Top
Properties
  NameDescription
Public propertyAlias
The Name of the Working Area
Public propertyBaseClass
Public propertyBindingSource
The BindingSource stored in this Cursor
Public propertyBufferModeOverride
Public propertyClass
Public propertyClassLibrary
Public propertyComment
Public propertyCursorSource
For DBC, the Table Name For free tables, specifies the full path to the free table.
Public propertyDataBase
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 ("").
Public propertyDataSource
The DataSource stored in the BindingSource of this Cursor
Public propertyExclusive
Specifies whether a table associated with a Cursor object is opened exclusively.
Public propertyFilter
Excludes records that do not meet the criteria in the specified expression
Public propertyIsFreeTable
Public propertyName
The Name of the Cursor
Public propertyNoDataOnLoad
Causes the view associated with a Cursor to activate without downloading data.
Public propertyOrder
The Name of the Order
Public propertyOrderDirection
Specifies an ascending or descending order for the controlling index tag specified by the Order property of a Cursor object.
Public propertyReadOnly
Specifies whether a table or view associated with a Cursor object allows updates.
Top
Methods
  NameDescription
Public methodClose
Public methodOpen
Public methodReadExpression Obsolete.
Public methodReadMethod Obsolete.
Public methodResetToDefault Obsolete.
Public methodSaveAsClass Obsolete.
Public methodSync
Public methodWriteExpression Obsolete.
Public methodWriteMethod Obsolete.
Top
See Also