Bde.DBTables.TSessionList.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TSessionList();

Properties

Type Visibility Source Unit Parent
destructor public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TSessionList

Description

Destroys the instance of a session list component.

Do not call Destroy. Delphi automatically handles the destruction of the default session list component, Sessions, when an application closes.

Destroy closes all session components, deletes the BDE critical section, and calls its inherited destructor.

See Also