Hello, I have this problem: Although it should be working, the following
code always gives me 'false':
procedure TForm1.Button1Click(Sender: TObject);
var x:boolean;
begin
x:=HttpGetText('http://www.google.com',Memo1.Lines);
if x then ShowMessage('true') else ShowMessage('false');
end;
I am using Win7 64b and the latest release of Synapse. Could anyone help me
please?
------------------------------------------------------------------------------
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public