Materials for 18.03.2015 » Developer.Team

DIZipWriter 6.1.1

DIZipWriter 6.1.1
DIZipWriter 6.1.1 | 3 Mb


DIZipWriter is a Delphi component to create PKZip-compatible ZIP archives. Archive output is completely stream-based and works with any TStream descendant. DIZipWriter therefore direclty writes to files (TFileStream), memory (TMemoryStream), or even database BLOBs (TBlobStream). Convenience functions to work files and file based archives are available.
Read more

CodeHealer 3.0.0.3132

CodeHealer 3.0.0.3132
CodeHealer 3.0.0.3132 | 8 Mb


CodeHealer is an efficient and powerful source code analysis and verification tool that will help find and fix a significant number of programming bugs, mistakes and inconsistencies in Delphi programs before they are released. The information provided by CodeHealer will also help developers understand and improve existing code that they have not written. This is especially helpful for corporate developers who take over management of legacy applications.
Read more

Android L Style Pack for XE7

Android L Style Pack for XE7
Android L Style Pack for XE7 | 836 kB


Here are the steps to add Android L styling support to your Delphi, C++Builder or RAD Studio XE7 Android applications:

1. Place a TStyleBook onto your Master view
2. Set TStyleBook.Name = "AndroidLStyleBook"
3. Load AndroidLLight.fsf, AndroidLDarkBlue.fsf or AndroidLDark.fsf to
AndroidLStyleBook
4. Use the TForm.OnCreate event and add this code
Read more