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 Studio which has over 100,000 subscribers.
Rise of Legions
Overview
Four Classic Arcade GamesAlien InvasionMars…
Deploying FireMonkey to HTML5 with FMXLinux on WSL2
October 30, 2020
The Windows Subsystem for Linux is the quickest way to get started with Linux deployment from Delphi (WSL). WSL2 now includes a full Linux kernel in Windows 10 Version 2004 (Build 19041), so debugging and everything works as expected.
Install WSL2 (You can…
Learn To Use Styles To Create Visual Stunning VCL And FireMonkey Apps With Delphi/C++ Builder
October 28, 2020
What is a Style: A set of graphical details that define the look and feel of a VCL application/FireMonkey Application, Similar to a theme in Windows. A style permits you to change the appearance of every part and state of a control. For instance, a scroll bar has the…
Learn How To Embed C Source Code To Delphi FireMonkey Applications
October 27, 2020
In this CodeRage session, you can explore how to embed C code into a Delphi FireMonkey project. The demo was demonstrated by Marion Candau.
Overview
How to compile C code to embed into Delphi projectHow to link the C objects to the Delphi unitsHow to call C functions
To compile C source code you can go with C++ Builder or other tools for instance Visual Studio. We have 2 options for…
Learn About A Powerful Delphi FireMonkey Deployment Manager Tool
October 15, 2020
Once you start building FireMonkey projects you might need to add several files or resources to your deployment manager. The DeployMen tool by GRIJJY® helps you add files and resources in bulk for Delphi supported mobile platforms to the Deployment Manager.
Folders and…
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…
Customize The Display Mode Of The Cross Platform FireMonkey TListView Using ListViewCheckList Sample App
October 14, 2020
Viewing your valuable data in a List with ultimate user experience becomes the essential need in Modern Desktop and Mobile Applications. Some of the usecase needs to view the list items as check list .e.g Selecting Multiple items Add or Delete from a List. Delphi/C++ Builder offers robust components to do the job at design time or runtime with less code and made developer life…
Introduction
NFC Library for iOS uses Core NFC API. This Library is not available for other platforms.
2. Components in the Demo and what they do
The Demo contains a tab control with three tab items, named Read NDEF, Write NDEF, Read TAG. Each tab…
Elegant Multi-Device FireMonkey Styles
October 13, 2020
This video presents building a profile screen for your multi-device application using the FireMonkey framework with both native UI support and custom styling. Highlighted in the video are custom multi-device styles included in Embarcadero’s premium style pack and…
Easily Customize The Appearance Of The FireMonkey ListView Using The ListViewAddThumbAndCaption Cross Platform Sample App
October 13, 2020
Viewing your valuable data in a List with ultimate user experience becomes the essential need in Modern Desktop and Mobile Applications. Some of the usecase needs to toggle between the editingmode or viewing the list items with different appearance .e.g Selecting Multiple Contacts to delete from a Contacts List. Delphi/C++ Builder offers robust components to do the Job at Design time or Runtime…