Click or drag to resize

DBF Properties

X#

The DBF 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.
(Overrides BoF.)
Public propertyBottom
Is at bottom ?
(Inherited from Workarea.)
Public propertyClosed (Inherited from Workarea.)
Public propertyDeleted
Is the current row deleted?
(Overrides Deleted.)
Public propertyDriver
Driver (RDD) name of the object.
(Overrides Driver.)
Public propertyEoF
Is the table at the logical end-of-file.
(Overrides EoF.)
Public propertyExclusive
Is the Workarea opened Exclusively
(Inherited from Workarea.)
Public propertyFieldCount
The # of fields in the current Workarea.
(Overrides FieldCount.)
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 (Overrides Found.)
Public propertyHasProperties (Inherited from Workarea.)
Public propertyHasRelations (Inherited from Workarea.)
Public propertyIsHot
Is the current row
Public propertyIsNewRecord
Is the current row a new record (the result of Append())
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.
(Overrides RecCount.)
Public propertyRecId
The row identifier at the current cursor position.
(Inherited from Workarea.)
Public propertyRecNo
The physical row identifier at the current cursor position.
(Overrides RecNo.)
Public propertyRecordBuffer
Current Record
(Inherited from Workarea.)
Public propertyShared
Is the current Workarea opened Shared?
(Inherited from Workarea.)
Public propertyTop
Is at top?
(Inherited from Workarea.)
Top
See Also