In this CodeRage session, you can learn how to speed up FireMonkey layout construction and improve the painting performance of FireMonkey applications.
With Delphi Visual Designer you can design any user interface by easily dragging and dropping the components. If you need some customizations you can alter the properties of the components or just change the style. But complex layouts tend to…
Powerful Live Local And Remote Application Logging With CodeSite Express In Delphi
November 25, 2020
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…
Learn About C++11 In This Video Archive Conversation With C++ Designer Bjarne Stroustrup From 2014
November 21, 2020
In this session, you can see and listen to a conversation with C++ designer, Bjarne Stroustrup.
Overview
ISO/IEC 14882-2011 aka C++11, formerly “C++0x”How C++ 11 builds on C++’s strengthsHow C++ 11 makes C++ easier toLearnTeachUseApplication…
Learn C++ Event Handling In 5 Minutes
November 18, 2020
In this short tutorial, C++ Product Manager, David Millington, explains what event handlers are and how to use them in your C++ application development.
Overview
The event is that something happens, such as a button being clickedEvent handler – a method that’s called when something happens so your code can respond to itTechnical details: an object-method pointer…
Learn To Build A Python GUI For Working with 2D Graphics And The Matplotlib Library In A Delphi Windows App
November 17, 2020
Drawing graphics programmatically is a very popular task these days. You can easily solve it using Matplotlib library with Python4Delphi (P4D). P4D is a free set of instruments that allows you to work with Python scripts, modules and types in Delphi. In this post, we will…
Learn To Build A Python GUI For Processing Images With Pillow Library In A Delphi Windows App
November 17, 2020
Are you looking for a simple way to process images programmatically? You can do it with Python for Delphi using Pillow library. Python for Delphi (P4D) is a free tool that allows you to execute Python scripts, create new Python modules and types in Delphi. This post will…
Learn How To Modernize And Integrate WinAPI, COM, ShellAPI, And WinRT Into Your Windows VCL Applications
November 13, 2020
In this webinar, learn how to access all the APIs on Windows 10 from RAD Studio, Delphi, and C++Builder.
Overview
Traditional Core APIsShell IntegrationWinRTand more
Windows API Evolution Over Time
Classic API1985 (Win1)Win16 -> Win32 -> Win32(w/Unicode) -> Win64COM, OLE Automation, Shell, etc1995 (Win95)WinRT2012 (Win8)
Classic Windows API
Kernel, User, GDIDelphi…
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…
In this CodeRage session, you can learn how to backup and restore encrypted databases in InterBase.
Overview
Backing up the encrypted databaseRestore encrypted database
How can I backup and restore an encrypted database? Here are the steps that you can…
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…