RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCachedDataSet Properties

The properties of the TCustomCachedDataSet class are listed here.

 
Name 
Description 
 
Identifies the internal provider component that packages data into the Data property and which applies updates to the database server. 
 
Specifies what mechanism is used to connect to the database server. 
 
Name 
Description 
 
Specifies whether the dataset contains data. 
 
Lists all aggregates that apply to the client dataset. 
 
Specifies whether the client dataset calculates and maintains aggregate values. 
 
Determines when the OnCalcFields event is triggered and when lookup field values are calculated. 
 
Specifies what data to fetch from the database server. 
 
Specifies record-level constraints that must be met when editing the data. 
 
Specifies whether trailing spaces are trimmed from field values when records are posted. 
 
Indicates whether to fetch data packets from the provider on an as-needed basis. 
 
Points to the list of field definitions for the dataset. 
 
Specifies a file that stores the data of the client dataset. 
 
Specifies the text of the current filter. 
 
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 client dataset. 
 
Lists the fields to use as an index. 
 
Identifies an index for the client dataset. 
 
Names one or more fields in a master table to link with corresponding fields in this dataset in order to establish a master-detail relationship. 
 
Specifies a data source component for the master dataset when establishing a detail-master relationship between this dataset and another one. 
 
Specifies whether fields are stored hierarchically or flattened out in the Fields property. 
 
Influences how data is fetched and how it can be used. 
 
Indicates the number or type of records in a single data packet. 
 
Contains parameter values that are sent to the provider. 
 
Specifies whether the client dataset is read-only for this application. 
 
Controls how records are located when applying updates. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!