Hvordan indlæser man html ?
Hvordan indlæser man html ?Har prøvet med følgende:
procedure TForm1.Button1Click(Sender: TObject);
begin
memo1.Text :=idhttp1.Get('http://www.eksperten.dk');
end;
Fik denne fejl:
[Error] Unit1.pas(37): Undeclared identifier: 'idhttp1'
[Fatal Error] Project1.dpr(5): Could not compile used unit 'Unit1.pas'
