Bde.DBTables.TSession.DeleteAlias

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 DeleteAlias(const Name: string);

C++

void __fastcall DeleteAlias(const System::UnicodeString Name);

Description

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

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.

See Also