TsDBTable Properties
Active : Boolean
- when true the table referred to by the TableName property is open. Setting Active to true has the same effect as calling the OpenTable method.
Setting Active to false has the same effect as calling the CloseTable method.
FieldCount : byte [Readonly]
- the number of fields in the currently open table
Position : longint
- the number of the current record in the table
ReadOnly : Boolean
- when true it is not possible to edit or add to the table. Default is false
RecordCount : longint [Readonly]
- the number of records in the table. Note that this includes deleted records.
TableName : string
- the full path and filename of the dBase file. This must have the file extension .dbf
TableState : TsTableState [Readonly]
- indicates the status of the table.
- TsTableState = (tsInserting, tsEditing, tsBrowsing, tsClosed)