Bde.DBTables.TSession.Open

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Open;

C++

void __fastcall Open();

Properties

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

Description

Starts a session and makes it the current session.

Call Open to start a session other than the default session in a database application. Open sets Active to true, triggers an OnStartup event handler for the session and initializes the NetFileDir, PrivateDir, and ConfigMode properties.

See Also