RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSession.GetAliasParams Method

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

Pascal
procedure GetAliasParams(const AliasName: string; List: TStrings);
C++
__fastcall GetAliasParams(const AnsiString AliasName, TStrings List);

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. 

 

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