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

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

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

Decode File To Stream, From Base64 Encoded String. How To Do That?

I have a string, recived by my app from web-browser. String contains PNG image, and encoded to base… Read more Decode File To Stream, From Base64 Encoded String. How To Do That?

Delphi: Some Tip To Parse This Html Table?

some time I'm trying to get data from this html table, I tried components paid and free. I trie… Read more Delphi: Some Tip To Parse This Html Table?

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)

How To Download A File In A Password-protected Location In Delphi 2007

I need to get the contents of a HTML page from the Web, but the contents of the respective resource… Read more How To Download A File In A Password-protected Location In Delphi 2007

Delphi Html Decode

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

Launch Html Help As Separate Process

I am using XE7 64 and I am looking for a strategy to solve several problems I am having when displa… Read more Launch Html Help As Separate Process