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…
Embarcadero’s RAD Server provides a turn-key application foundation for rapidly building and deploying services-based applications using Delphi and C++Builder. RAD Server supports the REST (Representational State Transfer) protocol with JSON (or XML) parameter passing and…
Quickly Learn To Assign Value Between Delphi And Python Using Python4Delphi Sample App
November 5, 2020
Earlier in the Python4Delphi Demo 3 post, we have learned how to create a Python Delphi Variable using the TPythonDelphiVar component, assign some value to it, and showed the value as a string. You can also use Python4Delphi with C++Builder. This post will see some advanced…
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…
As we know, a Variable stores a value so that you can reuse it later in your program. This reduces redundancy, improves performance, and makes your code more readable. What is Python Delphi Variable? This post will guide you to understand. You can also use Python4Delphi with…
Free C++ Bootcamp To Quickstart Your C++ Development
November 4, 2020
Check out the 5-days C++ boot camp! Within this Bootcamp, you get over 10 hours of free training on C++ Builder. What topics this do Bootcamp cover?
Building your first application with C++ BuilderCreating fast, responsive user interfaces with animations and effectsC++11…
Start Developing Fast Native Windows Applications With Delphi VCL
November 4, 2020
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…
Quickly Learn Mocking In Delphi With Spring4D
November 3, 2020
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…
In this Delphi Bootcamp session, you can learn about how to create cross-platform games with Delphi FireMonkey.
If would like to learn about the industrial game development use case in Delphi FireMonkey, be sure to check out the Rise of Legions game by Broken Games…
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…