Icon Close Method

procedure Close

Usage

Call the Close method to close the session and disconnect from a database server if the SessionType property is set to stRemote. The Close method disconnects all active TDBISAMDatabase components that are linked to the session via their SessionName property, which in turn closes all TDBISAMQuery and TDBISAMTable components linked to these databases.

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