RAD StudioTech Partner

Powerful Live Local And Remote Application Logging With CodeSite Express In Delphi

CodeSiteapplication logging system gives developers deeper insight into how their code is executing, enabling them to locate problems more quickly and monitor how well their code is performing. Developers can configure their code using CodeSite loggers that send CodeSite messages toa to a live display or log file during program execution. CodeSiteis not only effective throughout…
Read more
CodeDelphiNews

Installing Component Packages Manually

Sometimes you need to install components manually. Maybe the installer wasn’t updated for your version of Delphi, or it is an open-source library without an installer. Whatever the reason, here is a short guide in addition to what is found in the DocWiki on the…
C++DatabaseDelphi

Quick Introduction To FireDAC And Its Features For Building Robust Delphi/C++ Builder Database Applications.

FireDAC is a powerful, yet easy-to-use access layer that supports, abstracts, and simplifies data access, providing all the features needed to build real-world high-load applications. FireDAC provides a common API for accessing different database back-ends, without giving up access to unique database-specific features and without compromising on performance. Use FireDAC in Android, iOS, Windows…
Read more
CodeDelphiRAD Studio

Start Creating Powerful FireMonkey Linux Applications In 1 Hour With This Video Tutorial

Let’s get started with Delphi FireMonkey and make a visually stunning Linux application! In this webinar, you will learn all of the steps required to begin developing Linux solutions. So read on, learn and show what you’ve got! Overview InstallationSupported platformsPAServerSDK & PackagesUsageUI ElementsSamplesDatabase Access FireDACMigrating from Windows VCLMida…
Read more
DelphiIDERAD Studio

Easily Customize Your Delphi VCL Application With Dark And Light Themes According to Windows Mode

Many times we need to override windows default settings or customize our application by code, irrespective of user settings in windows for better user experience. Your application has been built with options to apply certain themes and the user also has the flexibility to change Windows themes for entire windows/apps. In this case, your application user experience should not be affected by user…
Read more