RAD Studio VCL Reference
ContentsIndex
TADOQuery 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. 
 
Specifies amount of time to attempt execution of a command. 
 
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. 
 
Specifies the data source component from which to extract current field values to use in same-name parameters in the ADO query's SQL statement. 
 
Specifies whether to treat numeric fields as floating-point or BCD. 
 
Specifies the characteristics of a command execution. 
 
Specifies the text of the current filter for a recordset. 
 
Specifies whether or not filtering is active for a dataset. 
 
Specifies the lock type to use when opening a dataset. 
 
Specifies which records are marshaled back to the server. 
 
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. 
 
SQL 
Contains the text of the SQL statement to execute for the ADO query. 
 
Tag 
Stores an integer value as part of a component. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.