RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSession.DeleteAlias Method

Removes a specified Borland Database Engine (BDE) alias from the session.

Pascal
procedure DeleteAlias(const Name: string);
C++
__fastcall DeleteAlias(const AnsiString Name);

Call DeleteAlias to remove a BDE alias from a session. Removing an alias makes the alias unavailable to the session, but does not remove it from the BDE configuration file if the alias was stored there when it was created. To remove an alias from the BDE configuration file follow the call to DeleteAlias with a call to SaveConfigFile

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!