Bde.DBTables.TSessionList.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~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