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…
Get Started Building Cross-Platform Games In Delphi FireMonkey With Alien Invasion Sample
November 25, 2020
Alien Invasionis a classic arcade-style game which features a grid of aliens that move in sync back and forth across the screen. They fire projectiles at the player who is at the bottom of the screen. On each trip back and forth across the screen, they start moving…
Beautiful Responsive Home Screen UI Templates For FireMonkey Available For Free Via GetIt In The IDE
November 24, 2020
New FireMonkey developers tend to make unresponsive and bad user experience. For this, we should show guidelines and sample projects to learn how to create stunning FireMonkey projects.
ThisFireMonkey UI templateincludes three different designs…
Powerful Chromium Based WebView Component To Host Web Content In Your Delphi/C++ Builder FireMonkey Apps
November 20, 2020
Intro
RAD Studio 10.4 Sydney brings support for working with web content through the Chromium-based Edge WebView2 browser control in VCL applications via the new TEdgeBrowser component.
Embarcadero DocWiki
But, this is for only the VCL applications currently. So, what if you want to utilize this feature in your FireMonkey application?! Problem solved! We have the WebView for FireMonkey…
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…
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…
Learn How To Create A Delphi FireMonkey Blur Component
October 14, 2020
In this CodeRage session, you can learn how to create a blur behind the component.
Overview
Create a small component that blurs whatever is behind itIt uses TControl.PaintTo to render the parent control to an off-screen bitmapFollowed by a GPU accelerated TGaussianBlurEffect to blur part of the bitmapFinally draws the blurred bitmap to the canvas of the control
In the video…
TheImageZoomsample demonstrates how to zoom an image on an iOS or Android device. The sample provides a picture and the user can zoom the picture by pinching it.
You can find Delphi and C++ code samples inGitHub Repositories. Search by name into the…
Learn How To Build Powerful User Interfaces With Delphi FireMonkey In This Bootcamp Replay
October 4, 2020
Once you learn how to create compelling user interfaces with the FireMonkey you start feeling the power of the FireMonkey. In this video, you can learn the concepts of FireMonkey which helps you to think wider with the FireMonkey.
Here are the basics of the…
Communicating withHuman Interface Devices such as Alphanumeric display, Bar Code Reader, Sensors, Volume control on Speakers/Headsets becomes a primary use case for real-world, Cross-platform applications. Do you spend more time in building libraries to communicate with HID for your Delphi/C++ FireMonkey applications? WINSOFTProvides a powerful library to get the job done. It uses the…