Dmytro Lendel 1 Posted July 30, 2020 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
Angus Robertson 574 Posted July 30, 2020 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