Logout

<< Click to Display Table of Contents >>

Navigation:  Apollo VCL Components > Apollo VCL Component Reference > TApolloConnection > TApolloConnection Methods >

Logout

Declaration

procedure Logout;

Description

Logs the client out of the server, but does not disconnect. The OnLogout event fires when this method is called. Call the Disconnect method to drop the connection to the server.

image\tip.gif Setting the Active property to False is the same as calling Logout followed by Disconnect, and is the preferred technique for logging into the server.

 

See Also

Login, Disconnect, OnLogout