Bde.DBTables.Session

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: variable
Visibility: public
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: Bde.DBTables

Delphi

Session: TSession;

C++

extern DELPHI_PACKAGE TSession* Session;

Description

Maintains database components used by an application.

Session is responsible for maintaining all of the database components used by an application. It is created automatically as part of an application's initialization and destroyed as part of the application's termination. The Session variable must remain active at all times; it can not be destroyed and recreated.

See Also