RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetProvider.Params Property

Stores the parameter values currently in use.

Pascal
property Params: TParams;
C++
__property TParams Params;

This protected property acts as a temporary cache for parameter values from clients. It is set to the parameter values supplied by calls to the Execute or GetRecords method.

Note: If the dataset provider is responding to multiple client datasets or XML brokers
, the value of Params can only be used within the context of a single call to SetParams, Execute, or GetRecords. After that, other client calls can change the value of parameters.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!