Click or drag to resize

DataServer Properties (Typed)

X#

The DataServer type exposes the following members.

Properties
  NameDescription
Public propertyBoF
A logical value indicating whether this data server is positioned at the beginning of the file, on the first record (TRUE if yes, FALSE if no).
Public propertyClients
**Missing documentation **
Public propertyConcurrencyControl
A constant, identifying the mode of automatic concurrency control for this data server, determining when and how records are locked and released:
Public propertyDBStruct
An array containing the structure of this data server.
Public propertyEoF
A logical value indicating whether this data server is positioned at the end of the file, on the last record after an attempt to move beyond the last record (TRUE if yes, FALSE if no).
Public propertyFCount
The number of fields in this data server.
Public propertyHLStatus
**Missing documentation **
Public propertyCode exampleHyperLabel
The hyperlabel connected to this data server. From the hyperlabel, you can retrieve additional information about the data server
Public propertyLastRec
A numeric value representing the number of records in this data server.
Public propertyName
A string representing the name of this data server.
Public propertyNameSym
A symbol representing the name of this data server.
Public propertyRecCount
A numeric value representing the number of records in this data server.
Public propertyRecNo
A numeric value representing the current record number, identifying the position of the record pointer in this data server.
Public propertyCode exampleStatus
A hyperlabel identifying the status of this data server after the last operation.
Top
See Also