Bde.DBTables.TParamList.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Params: TStrings);

C++

__fastcall TParamList(System::Classes::TStrings* Params);

Properties

Type Visibility Source Unit Parent
constructor public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TParamList

Description

Creates an instance of TParamList.

Call Create to instantiate a TParamList object. Most applications do not need to create a TParamList object because it is automatically created by TSession.

Params is a string list containing the names of the parameters to create for the session. These parameters correspond to Borland Database Engine (BDE) configuration parameters.

See Also