TFtpClient.Quit

From Overbyte
Revision as of 02:26, 11 September 2006 by Kbrad1 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Main page -> ICS component reference -> TFtpClient -> Quit

Definition

function Quit: Boolean;

Description

Closes the connection to the server. This function pauses the application while it completes its task. OnRequestDone is called when the function has completed the disconnection or the operation has failed.

Example

Best Practices

How To