RAD Studio VCL Reference
ContentsIndex
TTable Members Published Properties
Published Properties
 
Name 
Description 
 
Specifies whether or not a dataset is open. 
 
Determines when the OnCalcFields event is triggered and when lookup field values are calculated. 
 
Specifies whether server-generated field values are refetched automatically. 
 
Specifies whether cached updates are enabled for a dataset. 
 
Specifies record-level constraints that must be met when editing the data. 
 
Specifies the name of the database associated with this dataset. 
 
Specifies if the data in the table should be ordered on a default index when opened. 
 
Enables an application to gain sole access to a Paradox or dBASE table. 
 
Points to the list of field definitions for the dataset. 
 
Specifies the text of the current filter for a dataset. 
 
Specifies whether or not filtering is active for a dataset. 
 
Specifies whether or not filtering is case insensitive, and whether or not partial comparisons are permitted when filtering records. 
 
Contains information about the indexes for a table. 
 
Lists the columns to use as an index for a table. 
 
Specifies one or more dBASE index file to use for a dBASE table that uses non-production indexes. 
 
Identifies a secondary index for the table. 
 
Specifies one or more fields in a master table to link with corresponding fields in this table in order to establish a master-detail relationship between the tables. 
 
Specifies the name of the data source for a dataset to use as a master table in establishing a detail-master relationship between this table and another one. 
 
Name 
Specifies the name of the component as referenced in code. 
 
Specifies whether fields are stored hierarchically or flattened out in the Fields property. 
 
This is Ranged, a member of class TTable. 
 
Specifies whether a table is read-only for this application. 
 
Identifies the name of the session with which this dataset is associated. 
 
Indicates whether the table's field and index definitions persist with the data module or form. 
 
Indicates the name of the database table that this component encapsulates. 
 
Indicates the database table structure for the table that this component represents. 
 
Tag 
Stores an integer value as part of a component. 
 
Determines how the Borland Database Engine (BDE) finds records when updating to an SQL database. 
 
Specifies the update object component used to update a read-only result set when cached updates are enabled. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.