CodeDelphiRAD StudioTech Partner

PasDoc Is An Amazing Documentation Tool For Object Pascal Source Code

Note the following information has been made available by the author of PasDoc regarding the tool. Documentation is generated from comments found in the source code or from external files. Many formatting @-tags are supported. Many output formats are supported, including HTML and LaTeX. Usage SeeWhereToPlaceComments,WritingDocumentationandSupportedTagsfor…
Read more
DelphiRAD Studio

Setting up the IDE for your First Android App

I’ve recently had an increase in the number of customers asking about getting started with Android programming with Delphi, so I thought it was a good time to refresh how to check your IDE is set up, how to enable developer mode on an Android phone, and how to quickly…
C++DelphiTech Partner

Secrets to Quickly and Efficiently Handle Zip Files on Android with Delphi, C++ Builder, and FireMonkey

To easily handle zip files in your FireMonkey project, use the Zip4j library for zip files or streams in Delphi and C++ Builder. Zip encryption, support for the Zip64 format, support for streams, support for both AES and Zip-Standard encryption methods, and many other features distinguish Zip4j. You can use the Zip for Android l library from WINSOFT to use this Zip4j library in your Delphi and…
Read more
C++DelphiTech Partner

Efficiently Manage KeyguardManager API in your Delphi FireMonkey Android Projects

When you begin an enterprise-level project, you must integrate authentication options into your projects. At that point, you can use Android Built-in APIs, such as the KeyguardManager API, to lock and unlock the keyguard in your Delphi or C++ Builder FireMonkey Android application. To handle this API from your FireMonkey project, we can use the WINSOFT Authentication for Android library. This…
Read more
C++DelphiIDETech Partner

Powerful Quality Assurance Nexus Quality Suite for Delphi on Windows

The Nexus Quality Suite (NQS) is a set of tools that enables you to fine tune your applications to the highest possible performance and quality standards. The current collection of tools include Line, Method and Block level profilers; a memory and resources leek analysis tool; a unit test coverage analyser; a static executable analysis tool; and a GUI script recorder/playback tool. NexusQA…
Read more