Bde.DBTables.TSessionList

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTSessionList

Delphi

TSessionList = class(TObject)

C++

class PASCALIMPLEMENTATION TSessionList : public System::TObject

Properties

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

Description

TSessionList manages one or more Borland Database Engine (BDE) sessions in a database application.

Use TSessionList to manage session components in applications that provide multiple sessions. The library automatically creates a globally accessible default session list component named Sessions for all database applications. In a multi-session application there can be more than one active session, but only one session can be current at a time. TSessionList enables an application to switch current sessions.

Note: Applications should not instantiate additional session list components.

See Also