NEW TIPS Database (135)Files (612)Forms (606)Graphic (536)IDE (456)Indy (433)Internet / LAN (590)IntraWeb (443)Kylix (447)Math (561)Misc (591)Multimedia (496)Objects/ActiveX (503)OpenTools API (438)Printing (459)Strings (583)System (721)VCL (586) Search Tip Top15 Add new Tip Forum
Forum
// You need a TMemo, a TButton und a NMHTTP // Man braucht ein TMemo, einen TButton und eine TNMHTTP procedure TForm1.Button1Click(Sender: TObject); begin NMHTTP1.Get('www.swissdelphicenter.ch'); memo1.Text := NMHTTP1.Body end;
Rate this tip: