RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomClientDataSet Properties

The properties of the TCustomClientDataSet class are listed here.

 
Name 
Description 
 
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 an SQL command to be executed by 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. 
 
Specifies the interface the client dataset uses to communicate with classes in Midas.dll or Midaslib.dcu (on Windows) or midas.so (on Linux). 
 
Provides access to the interface for the client dataset's data cursor. 
 
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 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. 
 
Identifies an index for the client dataset. 
 
This is IsClone, a member of class TCustomClientDataSet. 
 
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. 
 
Contains parameter values that are sent to the provider. 
 
Indicates whether the client dataset has all of its data. 
 
This is Ranged, a member of class TCustomClientDataSet. 
 
Specifies whether the client dataset is read-only for this application. 
 
Indicates whether field and index definitions are saved with the client dataset. 
 
Name 
Description 
 
Specifies whether the client dataset contains data. 
 
Lists the maintained aggregates supported by the current index. 
 
Provides access to the interface the client dataset uses to communicate with a provider. 
 
Indicates the number of changes in the change log. 
 
Indicates the client dataset (if any) with which this client dataset shares data. 
 
Specifies a connection broker that handles the connection to an application server. 
 
Data 
Represents the data of the client dataset in a transportable format. 
 
Indicates the TDataSetField component that represents this client dataset. 
 
Indicates the number of bytes required to represent the Data property. 
 
Represents a packet of change log data. 
 
Specifies a file that stores the data of the client dataset. 
 
Indicates the depth of grouping support provided by the current index. 
 
Indicates whether the client dataset is connected to a provider. 
 
Indicates the number of fields that make up the current index. 
 
Lists the fields to use as an index. 
 
Specifies the fields associated with the current index. 
 
Specifies the upper and lower boundaries for a range. 
 
Specifies the number of fields to use when conducting a partial key search on a multi-field key. 
 
Indicates the size of the current key used for the dataset. 
 
Indicates whether to maintain a change log separate from the data. 
 
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. 
 
Indicates the number or type of records in a single data packet. 
 
Specifies the name of a provider component that supplies data to and applies updates from the client dataset.. 
 
Specifies the connection component that this client dataset uses to connect to an application server. 
 
Represents the current state of edits when logging changes. 
 
Filters the client dataset so that it exposes only those records with a specific update status. 
 
Represents the data of the client dataset in XML. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!