Kod
Yeni bir proje açtıktan sonra formumuza aşağıdaki bileşenleri ekleyelim:
 
Standart sekmesinden > Tbutton
Standart sekmesinden > Tmemo
Indy Clients sekmesinden > TidHttp
 
Tbutton umuzun OnClik olayına aşağıdaki kodu yazmamız yeterli...
 
 
memo1.lines.text := idhttp1.get('http://<a href="Http://www.siteadres...i.com</a>'); 
 
Utf8 decode etmek için:
 
 
memo1.lines.text := idhttp1.get(utf8decode('http://<a href="http://www.siteadres...i.com</a>'));
 
UTF-8 Encode için: 
UTF-8 Decode etmek için:
 
 
memo1.lines.text := idhttp1.get(utf8encode('http://<a href="http://www.siteadres...i.com</a>'))