TSmtpCli.OnRequestDone

From Overbyte
Revision as of 13:49, 23 September 2007 by Frla (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Main page -> ICS components reference -> TSmtpCli -> OnRequestDone

Definition

procedure (Sender: TObject; RqType: TSmtpRequest; ErrCode: Word) of object;

  • Sender : the client which fired the event
  • RqType : type of the request.
  • ErrCode : error code for the request. If it is 0, there was no error.

Description

This event will fire when the server has sent a response for your request and all data transfers has been done.

Examples

Best practices

nothing yet