The Delphi IDE Explorer lets you browse all VCL and FMX components, forms, data modules, properties, events, and class hierarchies within the running Delphi IDE. Until now, this was purely read-only. The latest version adds the ability to edit published properties at runtime by double-clicking them in the Properties list. Supported property types The edit … Continue reading Delphi IDE Explorer: Runtime Property Editing
Month: April 2026
dzBdsLauncher 1.0.19 released
The new version of dzBdsLauncher fixes a bug when handling .dpk files. It now actually opens the .dpk file in the IDE rather than try to open a .dpr file that does not exist and fail.
archived blog posts from Borland/Codegear/Embarcadero
I just found by accident that Embarcadero has made most (all?) blog posts from Borland and Codegear available, back to 1995. They are by "Embarcadero Archives" and there are 474 posts in total. The very first one is Extracting A Bitmap From A BLOB Field from 1995-06-01. There is also Allen Bauer's A "Nullable" Post … Continue reading archived blog posts from Borland/Codegear/Embarcadero
TxtCipher: A Browser-Based Text Encryption Tool
TxtCipher is a simple, self-contained web application for encrypting and decrypting text. It runs entirely in the browser with no server, no installation, and no external dependencies. Just open the HTML file and start encrypting. You can run it directly from the repository or download the file and open it locally. What it does TxtCipher … Continue reading TxtCipher: A Browser-Based Text Encryption Tool