RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSessionList.Destroy Destructor

Destroys the instance of a session list component.

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~TSessionList();

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!