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

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)

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?

Delphi: Simulating A Drag And Drop From The Clipboard To Embeddedwb’s Ihtmlelement

I have a Delphi XE2 application with a TEmbeddedWB that I use to simulate user actions. The applica… Read more Delphi: Simulating A Drag And Drop From The Clipboard To Embeddedwb’s Ihtmlelement

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

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 Html Decode

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

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

Delphi 7 Glyph.Data Hex To Data URI

I'm trying to convert a Delphi-7 ui to a webinterface. Delphi stores button icons in the proper… Read more Delphi 7 Glyph.Data Hex To Data URI