Показать код HTML страницы в TMemo

Previous  Top  Next

    
 

 

 

Code:

// You need a TMemo, a TButton and a NMHTTP

procedure TForm1.Button1Click(Sender: TObject);

begin

NMHTTP1.Get('www.swissdelphicenter.ch');

memo1.Text := NMHTTP1.Body

end;

 

 

 

©Drkb::03537

Взято с сайта http://www.swissdelphicenter.ch/en/tipsindex.php