Bde.DBTables.Session

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Session: TSession;

C++

extern DELPHI_PACKAGE TSession* Session;

Properties

Type Visibility Source Unit Parent
variable public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables Bde.DBTables

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