CodeDelphi

Quickly Build iOS And Android Apps From A Single Codebase With Delphi

With RAD Studio, creating mobile phone applications is simple and enjoyable. Because you don’t need to create multiple codebases for each platform when you start your FireMonkey project with Delphi or C++ Builder. You can simply define platform-based code using the IfDef Conditionals. More information about them can be found on DocWiki. Delphi Skill Sprint – Effective Conditional…
Read more
CodeDelphi

Start Developing Fast Native Windows Applications With Delphi VCL

In this tutorial, you will learn how to create a Delphi VCL application from the ground. What can you learn from this tutorial: Three common componentsExplanation of Object Pascal source codeDebuggerHow to change Target Platform (32 or 64 bit)Adding a watchlist Where to learn more about the Visual Component Library? VCL ArchitectureVCL ComponentsWorking with ComponentsIntroduction…
Read more
CodeDelphi

Quickly Learn Mocking In Delphi With Spring4D

In this CodeRage session, Bernd Ua shows you the power and benefits of unit testing and mocking with Spring4D open-source framework. Spring4D Overview of the Spring4D Spring4D is a great open-source framework to leverage the power of Delphi. In this session, you…
C++DelphiTech Partner

Create Visually Stunning VCL Application With Konopka Signature VCL Controls 6

KSVC – Konopka Signature VCL Controls 6 is a suite of over 200 Windows UI controls and designers for your Delphi and C++ Builder VCL applications. Konopka Signature VCL components provide unmatched attention to detail, ease of use, and versatility. KSVC also supports full VCL Styles, which can deliver custom and stunning modern Windows applications. To utilize the KSVC…
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