API:Bde.DBTables.TTable.PSSetParams

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PSSetParams(AParams: TParams); override;

C++

virtual void __fastcall PSSetParams(Data::Db::TParams* AParams);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TTable

Description

Assigns the specified parameter values to the dataset.

Bde.DBTables.TTable.PSSetParams inherits from Data.DB.TDataSet.PSSetParams. All content below this line refers to Data.DB.TDataSet.PSSetParams.

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.

See Also