Skip to content Skip to sidebar Skip to footer
Showing posts with the label Delphi

Delphi Html Decode

I'm using Delphi 2009 and want to decode an HTML encoded string, for example: ' -> '… Read more Delphi Html Decode

How To Find A Button With "value" In Html Page (webbrowser - Delphi)

i have a html page that it have 3 forms with 3 submit buttons . buttons have no name but they have … Read more How To Find A Button With "value" In Html Page (webbrowser - Delphi)

Adding True Hyperlink Support To Trichedit

I need support for 'friendly name hyperlink' in TRichEdit and all solutions I have found ar… Read more Adding True Hyperlink Support To Trichedit

Update Text Inside Page With Image

I am working with Delphi7 and TEmbeddedWB. I have some difficulty to update text of a page in twebb… Read more Update Text Inside Page With Image

Delphi, Export Html Table To Excel

All I want to do is to implement 'Export to excel' option of a classical webbrowser, to Del… Read more Delphi, Export Html Table To Excel

How Can I Read Email With HTML Format In A Delphi Application?

I have created a program that can read email from Exchange 2007. However, it can only read the body… Read more How Can I Read Email With HTML Format In A Delphi Application?