In Part 1 of this series, we explored a simple demonstration of a web application running with Delphi code inside a WebBroker application, and using HTMX as a kind of middle-man.
In this article we are going to further improve the demo, by making it look modern and up-to-date with just a few changes. If you haven’t read the prior article, I highly recommend you to do so, because you will need…
How To Create A PDF File With Delphi And Add An Image To It
January 2, 2023
PDF (Portable Document Format) is a widely used open electronic document format which can be easily used in all your cross platform apps. It is really convenient thanks to its compatibility with numerous programs. As a result, it is possible to view PDF documents using…
How To Automate The Mathcad Prime Software With Delphi Using COM
November 3, 2022
Among the most notable features of Delphi, it’s worth mentioning the ability to enhance your Windows app development by interacting with other installed software products on your computer, using the COM technology for functionality embedding or automating.
In this…
This Is How To Use The Factory Method Pattern in Delphi
September 26, 2022
Do you want to know what the Factory Method Pattern is and what it can do for you? When you are writing simple or complex applications, you might need to create multiple classes inheriting the same class or implementing the same interface. This is easier when we have a small number of classes at the same level of inheritance. However, even with the best app builder software, when more and more…
How To Create A Super-Fast Pusher Notification App
October 5, 2021
In this article, you’ll learn what is Pusher API, its specifications, Public & Private Channel of Pusher, integrating Pusher to your IDE Software, connecting pusher network with TsgcWSAPI_Pusher component of ESEGECE, and many more.
What is Pusher ?
Pusher is…
How To Capture Highly Customizable Website Snapshots
July 31, 2021
Screenshotlayer is a lightweight REST API built to deliver high-quality PNG, JPEG & GIF visual website snapshots through a simple and easy-to-use interface. We’re going to make use of that API to create a really powerful website snapshot app.
Website snapshots…
How To Build A Powerful App For Live News And More
July 21, 2021
Would you like to enhance your application with news data from thousands of international news publishers and blogs, updated as often as every single minute? Wouldn’t it be nice to have a FREE, Simple REST API for Live News & Blog Articles?
In this article, we will see how fast and easy it is to use IDE software and Delphi to create a FireMonkey multi-device application using the…