procedure TForm1.Button1Click(Sender: TObject); begin memo1.Lines.Text:= IdHttp1.Get('https://www.fxclub.org'); end;