RAD Studio VCL Reference
ContentsIndex
TCustomClientDataSet Members Public Properties
Public Properties
 
Name 
Description 
 
Specifies whether the client dataset contains data. 
 
Lists the maintained aggregates supported by the current index. 
 
Contains any aggregate fields. 
 
Provides access to the interface the client dataset uses to communicate with a provider. 
 
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. 
 
Indicates whether the dataset permits write access to data. 
 
Indicates the number of changes in the change log. 
 
Indicates the client dataset (if any) with which this client dataset shares 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. 
 
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 the data source of another dataset that supplies values to the dataset. 
 
Indicates whether a dataset's underlying field components are generated dynamically when the dataset is opened. 
 
Represents a packet of change log data. 
 
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 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 a file that stores the data of the client dataset. 
 
Indicates whether or not moving to a different record is successful. 
 
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. 
 
Indicates whether the dataset is unidirectional. 
 
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 whether the active record is modified. 
 
Indicates the component that is responsible for streaming and freeing this component. 
 
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.. 
 
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. 
 
Specifies the connection component that this client dataset uses to connect to an application server. 
 
Represents the current state of edits when logging changes. 
 
Determines whether a unique TField object is created for each element of an array field. 
 
Indicates the current operating mode of the dataset. 
 
Filters the client dataset so that it exposes only those records with a specific update status. 
 
Represents information used internally by components that support COM. 
 
Represents the data of the client dataset in XML. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.