RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParamList.Create Constructor

Creates an instance of TParamList.

Pascal
constructor Create(Params: TStrings);
C++
__fastcall TParamList(TStrings Params);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!