Delphi IDE Explorer: Runtime Property Editing

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

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