DelphiRAD StudioTech Partner

Easily Create SVG (Scalable Vector Graphics) files with SVG Canvas Library for FireMonkey In Delphi And C++Builder

It is surprisingly easy to add SVG support to your applications. Here is third party Delphi and C++ Builder component from WINSOFT for work with Scalable Vector Graphics files. Scalable Vector Graphicsis XML-basedvector image formatfortwo-dimensionalgraphics. How to install component 1) Download archive from: https://www.winsoft.sk/fsvgcanvas.htm2) Extract files…
Read more
DelphiRAD Studio

Ignore Changes with Custom Managed Records

Handling the OnChange event handler on a TEdit is great until you programmatically change the text and trigger your OnChange event handler again. It gets really fun if you have two TEdit boxes that update each other in their OnChange event handler. I was reading Automate…