RAD Studio VCL Reference
ContentsIndex
TIBClientDataSet Members Protected Properties
Protected Properties
 
Name 
Description 
 
Indicates the index of the active record in the internal cache of records. 
 
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. 
 
Indicates the number of columns in the dataset that represent Binary large object (BLOB) fields. 
 
Indicates the number of bytes used to represent a bookmark. 
 
Indicates the number of records in the internal cache. 
 
Provides indexed access to the record buffers in the internal cache. 
 
Points to the record buffer used during an OnCalcFields event. 
 
Indicates the number of bytes in a record buffer dedicated to storing calculated fields and lookup fields. 
 
Specifies record-level constraints that must be met when editing the data. 
 
Specifies record-level constraints that must be met when editing the data. 
 
Indicates the index of the current record in the internal cache of record buffers. 
 
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 offset needed to convert indexes in the Fields property to field numbers. 
 
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. 
 
Indicates whether the dataset includes internally calculated fields. 
 
This is IsClone, a member of class TCustomClientDataSet. 
 
Indicates the class type to use when creating nested datasets. 
 
Lists all nested datasets. 
 
Specifies whether fields are stored hierarchically or flattened out in the Fields property. 
 
Contains parameter values that are sent to the provider. 
 
Identifies the internal provider component that packages data into the Data property and which applies updates to the database server. 
 
Indicates whether the client dataset has all of its data. 
 
Specifies whether the client dataset is read-only for this application. 
 
For internal use only. 
 
Specifies what mechanism is used to connect to the database server. 
 
Indicates whether field and index definitions are saved with the client dataset. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.