C++CodeDelphi

Quickly Build Powerful Python Modules In Delphi Using Python4Delphi Sample App

A Module is a file containing Python definitions and statements similar to the unit file in Delphi. To learn more about Python modules check this tutorial. How to create such Python Modules in Delphi using Python4Delphi components? This post will guide you. You can also use Python4Delphi with C++Builder. Python4DelphiDemo5Sample App shows how to create a Module, add a routine to…
Read more
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++Code

C++ Language Conversation With Bjarne Stroustrup and David Intersimone

C++ is getting many new features and improved code hygiene, which improves your code compile time. In this webinar, you can watch and listen to the conversation with Bjarne Stroustrup and David Intersimone. Overview C++17 Current StandardC++20 According to Bjarne Stroustrup, C++ is not a simple language, but you can write code simply and that compiles faster once it is…
Read more