Bde.DBTables.TSession.DeleteAlias

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DeleteAlias(const Name: string);

C++

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

Properties

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

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