RAD Studio VCL Reference
ContentsIndex
TSQLQuery Members Protected Properties
Protected Properties
 
Name 
Description 
 
Indicates the index of the active record in the internal cache of records. 
 
Reserves a buffer for storing BLOB values. 
 
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. 
 
Indicates the meaning of the CommandText property. 
 
Specifies record-level constraints that must be met when editing the data. 
 
Indicates the size of the most recently read BLOB field. 
 
Indicates the index of the current record in the internal cache of record buffers. 
 
Identifies the datalink that manages communication between the SQL dataset and another, master dataset. 
 
This is DbxCommandType, a member of class TCustomSQLDataSet. 
 
Specifies the offset needed to convert indexes in the Fields property to field numbers. 
 
Indicates whether the dataset includes internally calculated fields. 
 
Indicates the component that connects the dataset to its database server, taking into account whether the connection was cloned. 
 
Represents the SQL command that is sent to the server. 
 
Indicates the class type to use when creating nested datasets. 
 
Lists all nested datasets. 
 
Indicates the number of parameters listed by the Params property. 
 
ProcParams lists the parameter descriptors obtained from the server for any stored procedure parameters. 
 
For internal use only. 
 
Identifies the metadata with which to populate the dataset. 
 
Indicates the sort order when CommandType is ctTable. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.