Icon Close Method

procedure Close

Usage

Call the Close method to close the session and disconnect from an ElevateDB Server if the SessionType property is set to stRemote. The Close method disconnects all active TEDBDatabase components that are linked to the session via their SessionName property, which in turn closes all TEDBTable, TEDBQuery, and TEDBStoredProc components linked to these databases.

Information Setting the Connected property to False also closes a session.
Image