Jump to content
Dmytro Lendel

THWClient.RequestDone

Recommended Posts

Hello,

Where I can find error description for ErrCode in OnRequestDone event?

 

THWClient.RequestDone(Sender: TObject; RqType: THttpRequest;
  ErrCode: Word);

 

Regards, Dmytro

Share this post


Link to post

There are several httperr constants in OverbyteIcsHttpProt,pas that reflect the operation result, httperrNoError = 0 being the most common result.  There are no literals for these constants.

 

Angus

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×