Bde.DBTables.TSession.GetAliasParams

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetAliasParams(const AliasName: string; List: TStrings);

C++

void __fastcall GetAliasParams(const System::UnicodeString AliasName, System::Classes::TStrings* List);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TSession

Description

Retrieves the parameters associated with a specified Borland Database Engine (BDE) alias.

Call GetAliasParams to retrieve the BDE configuration parameters for a specified alias. AliasName is the name of the alias for which to retrieve parameters. List is a string list object, created and maintained by the application, into which to store the parameters.

See Also