RAD Studio VCL Reference
ContentsIndex
TADODataSet Members Published Properties
Published Properties
 
Name 
Description 
 
Specifies whether or not a dataset is open. 
 
Determines when the OnCalcFields event is triggered and when lookup field values are calculated. 
 
Specifies the size of the cache for the dataset. 
 
This is CommandText, a member of class TADODataSet. 
 
Specifies amount of time to attempt execution of a command. 
 
Specifies the type of command to execute. 
 
Specifies the ADO connection component to use. 
 
Specifies the connection information for the data store. 
 
Specifies whether the cursor for the connection is client-side or server-side. 
 
Specifies type of cursor an ADO dataset uses. 
 
Indicates the persistent TDataSetField object that owns a nested dataset. 
 
Represents the data source of another dataset that supplies values to the dataset. 
 
Specifies whether to treat numeric fields as floating-point or BCD. 
 
Specifies the characteristics of a command execution. 
 
Points to the list of field definitions for the dataset. 
 
Specifies the text of the current filter for a recordset. 
 
Specifies whether or not filtering is active for a dataset. 
 
Lists the columns to use for a persistent sort of the recordset. 
 
Specifies the currently active index. 
 
Specifies the lock type to use when opening a dataset. 
 
Specifies which records are marshaled back to the server. 
 
Specifies field or fields on which a Master-Detail link is based. 
 
Specifies how many rows to return in a result set. 
 
Name 
Specifies the name of the component as referenced in code. 
 
Specifies whether the parameter list for an ADO dataset component is regenerated if the SQL changes at runtime. 
 
Contains the collection of parameters for an SQL statement. 
 
Specifies whether the command is prepared before execution. 
 
Specifies the RDS connection component to use. 
 
Specifies whether field definitions are stored with the ADO dataset. 
 
Tag 
Stores an integer value as part of a component. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.