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

Delphi Xe2: Jumping To An Anchor In Chm?

In a Delphi XE2 program, how do I jump to an anchor inside a CHM help file topic? The anchor has th… Read more Delphi Xe2: Jumping To An Anchor In Chm?

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?

How To Center And Stretch/shrink Svg Display In Twebbrowser?

In a Delphi 10.4.2 Win32 VCL Application on Windows 10 x64, I use a TWebBrowser component to displa… Read more How To Center And Stretch/shrink Svg Display In Twebbrowser?

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

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?

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)