Click or drag to resize

DBFCDX Properties

X#

The DBFCDX type exposes the following members.

Properties
  NameDescription
Public propertyAlias
Retrieve the alias name.
(Inherited from Workarea.)
Public propertyArea
Retrieve the Workarea number.
(Inherited from Workarea.)
Public propertyBoF
Is the table at the logical beginning-of-file.
(Inherited from DBF.)
Public propertyBottom
Is at bottom ?
(Inherited from Workarea.)
Public propertyClosed (Inherited from Workarea.)
Public propertyDeleted
Is the current row deleted?
(Inherited from DBF.)
Public propertyDriver (Overrides Driver.)
Public propertyEoF
Is the table at the logical end-of-file.
(Inherited from DBF.)
Public propertyExclusive
Is the Workarea opened Exclusively
(Inherited from Workarea.)
Public propertyFieldCount
The # of fields in the current Workarea.
(Inherited from DBF.)
Public propertyFileName
File name of the main file
(Inherited from Workarea.)
Public propertyFilterInfo
Current Filter
(Inherited from Workarea.)
Public propertyFilterText
The filter condition as a string.
(Inherited from Workarea.)
Public propertyFound (Inherited from DBF.)
Public propertyHasProperties (Inherited from Workarea.)
Public propertyHasRelations (Inherited from Workarea.)
Public propertyIsHot
Is the current row
(Inherited from DBF.)
Public propertyIsNewRecord
Is the current row a new record (the result of Append())
(Inherited from DBF.)
Public propertyMemo
Current memo implementation.
(Inherited from Workarea.)
Public propertyOrderCondInfo
Current Order condition
(Inherited from Workarea.)
Public propertyProperties (Inherited from Workarea.)
Public propertyReadOnly
Is the file opened ReadOnly ?
(Inherited from Workarea.)
Public propertyRecCount
The number of rows.
(Inherited from DBF.)
Public propertyRecId
The row identifier at the current cursor position.
(Inherited from Workarea.)
Public propertyRecNo
The physical row identifier at the current cursor position.
(Inherited from DBF.)
Public propertyRecordBuffer
Current Record
(Inherited from Workarea.)
Public propertyReturnRawData (Inherited from DBFFPT.)
Public propertyShared
Is the current Workarea opened Shared?
(Inherited from Workarea.)
Public propertyTop
Is at top?
(Inherited from Workarea.)
Top
See Also