Data.DB.TDataSet.PSSetParams
Delphi
procedure PSSetParams(AParams: TParams); virtual;
C++
virtual void __fastcall PSSetParams(TParams* AParams);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Data.DB.pas Data.DB.hpp |
Data.DB | TDataSet |
Description
Assigns the specified parameter values to the dataset.
PSSetParams assigns the parameter values specified by AParams
to the parameters of the dataset.
This method is an implementation of the IProviderSupport.PSSetParams method and, by default, is blank. To use it, every TDataSet descendant must override it in its specific way.