TABSSession.Close
TABSSession
Top 


Disconnects from all databases, and closes the session.

procedure Close;

Description

Call Close to end a session. Close disconnects from all active databases by freeing temporary database components, and calling the Close methods persistent database components, and then sets its own session handle to nil.

Note:   Setting the Active property to False also closes a session.