Delphi Database, Delphi Components from ComponentAce
Products Download Order Contact us
TABSSession.Destroy
TABSSession
Top 


Destroys the instance of a session component.

destructor Destroy;

Description

Do not call Destroy directly. For session components other than the default session, an application should call Free, which verifies that the session component is not nil before calling Destroy.

Warning: Never destroy the default session. Freeing of the default session is handled automatically when an application terminates.

Destroy performs the following actions before calling its inherited destructor:
·Makes the session inactive, which closes all database connections.  
·Removes the session from the session list.  
·Resets database session references, if necessary.  
·Frees the list of database components associated with the session.  
        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database Mar 28, 2024