Difference between revisions of "TFtpClient.Abort"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
== Description == | == Description == | ||
− | Aborts the current operation and disconnects from the server. | + | Aborts the current operation and disconnects from 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 == | == Example == |
Latest revision as of 02:18, 11 September 2006
Main page -> ICS component reference -> TFtpClient -> Abort
Definition
function Abort: Boolean;
Description
Aborts the current operation and disconnects from 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.