Bde.DBTables.TSessionList.Destroy
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TSessionList(void);
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.