P
P
psngut2017-11-10 21:00:50
Delphi
psngut, 2017-11-10 21:00:50

How to do error traversal?

if Http.HTTPMethod('POST','url') then
begin
if Pos('required',HTTP.Headers.Text)<>0 then
begin
Rez:=0;
end else
begin
Rez:=1;
end;
end else begin
error:=2;
end;
needed if error error:=2; return it for verification
how to do it

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question