Bde.DBTables.TSession.GetAliasParams

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TSession

Delphi

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

C++

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

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