RAD Studio VCL Reference
ContentsIndex
TTable Members Public Properties
Public Properties
 
Name 
Description 
 
Specifies whether or not a dataset is open. 
 
Contains any aggregate fields. 
 
Determines when the OnCalcFields event is triggered and when lookup field values are calculated. 
 
Determines how many record buffers are read in each block. 
 
Bof 
Indicates whether the first record in the dataset is active. 
 
Specifies the current bookmark in the dataset. 
 
Determines whether BLOB fields are cached in memory. 
 
Indicates whether the dataset permits write access to data. 
 
Specifies the interface reference implemented by the component. 
 
Indicates the number of components owned by the component. 
 
Indicates the position of the component in its owner's Components property array. 
 
Lists all components owned by the component. 
 
Describes the current state of the component, indicating when a component needs to avoid certain actions. 
 
Governs the behavior of the component. 
 
Identifies the database component for which this dataset represents one or more tables. 
 
Indicates the persistent TDataSetField object that owns a nested dataset. 
 
Represents the data source of another dataset that supplies values to the dataset. 
 
Specifies the Borland Database Engine (BDE) database handle for the dataset. 
 
Identifies the Borland Database Engine (BDE) language driver for the dataset component. 
 
Identifies the database session component associated with this dataset. 
 
Indicates whether a dataset's underlying field components are generated dynamically when the dataset is opened. 
 
Returns a pointer to the Dataset designer for the dataset. 
 
Contains information used by the Form designer. 
 
Eof 
Indicates whether a dataset is positioned at the last record. 
 
Indicates whether the underlying database table exists. 
 
Indicates whether a dataset is using a dBASE expression index. 
 
Indicates the number of field components associated with the dataset. 
 
Points to the list of field definitions for the dataset. 
 
Lists the field components of a dataset. 
 
Lists all non-aggregate field components of the dataset. 
 
Provides access to the values for all fields in the active record 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. 
 
Indicates whether or not moving to a different record is successful. 
 
Specifies the Borland Database Engine (BDE) cursor handle for the dataset. 
 
Specifies the Borland Database Engine (BDE) cursor handle for the dataset. 
 
Indicates the number of fields that comprise the current key. 
 
Lists the fields of the current index. 
 
Indicates whether the dataset is unidirectional. 
 
Specifies how the upper and lower boundaries for a range should be interpreted. 
 
Specifies the number of fields to use when conducting a partial key search on a multi-field key. 
 
Specifies the size of the key for the current index of the dataset. 
 
Identifies the Borland Database Engine (BDE) language driver for the dataset. 
 
Indicates whether the active record is modified. 
 
Specifies whether fields are stored hierarchically or flattened out in the Fields property. 
 
Indicates the component that is responsible for streaming and freeing this component. 
 
Indicates the active record in the dataset. 
 
Indicates the total number of records associated with the dataset. 
 
Indicates the size of a record in the dataset. 
 
Determines whether a unique TField object is created for each element of an array field. 
 
Indicates the current operating mode of the dataset. 
 
Specifies the Borland Database Engine (BDE) driver-dependent table level. 
 
Specifies the type of records visible in a dataset when cached updates are enabled. 
 
Indicates whether the cached updates buffer contains records that are not yet applied. 
 
Represents information used internally by components that support COM. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.