RAD Studio VCL Reference
ContentsIndex
TStoredProc 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 whether server-generated field values are refetched automatically. 
 
Specifies whether cached updates are enabled for a dataset. 
 
Specifies the name of the database associated with this dataset. 
 
Specifies the text of the current filter for a dataset. 
 
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. 
 
Name 
Specifies the name of the component as referenced in code. 
 
Specifies whether fields are stored hierarchically or flattened out in the Fields property. 
 
Specifies which Oracle overloaded stored procedure to execute. 
 
Determines the order in which a component's parameters are assigned to the parameter list for the stored procedure on the server. 
 
Stores the input and output parameters for a stored procedure. 
 
Identifies the name of the session with which this dataset is associated. 
 
Identifies the name of the stored procedure on the server for which this object is an encapsulation. 
 
Tag 
Stores an integer value as part of a component. 
 
Specifies the update object component used to update a read-only result set when cached updates are enabled. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.