Lumicademy is a platform-as-a-service for providing a real-time, virtual classroom experience that customers can add to their existing product or service and it is written in Delphi using Firemonkey. According to the developers if you need to add live video conferencing or desktop/document sharing to your existing application or service, then they provide the APIs and the native app experience.
New Years Resolution: Learn. Teach. Repeat.
December 29, 2020
The title of this blog post may combine two somewhat overly familiar ideas, but it’s highly appropriate for the goals we have set. Learning and teaching Delphi is paramount for our success, and we plan to keep doing more of it in the New Year. Delphi education helps…
Easily Convert C Code Into Delphi Code With Open Source Solution
December 29, 2020
Have you ever tried to convert your C programs into Delphi? If it is you? Here is the solution for you!
C-To-Delphi–This tool will convert most of your standard C code.
It contains a split view, with C on the left and Delphi on the right. The Delphi…
Easily Customize The Syntax Editor Coloring In Delphi With The Third Party Delphi IDE Theme Editor
December 29, 2020
The Delphi IDE Theme Editor lets you customize the syntax highlighting editor within the Delphi IDE. Additionally, full source code is available for it as well. Delphi has this functionality built in but if you want more custom settings to get in there and really tweak the editor to be just how you like it take a look. Set and edit IDE color settings from scratch or import existing themes from…
Learn How To Create Flexible Cross-Platform FireMonkey Applications Using TFrameStand For Delphi
December 29, 2020
Create modern-looking applications with FireMonkeyTFrameStandandTFormStandcomponents from Andrea Magni, who is one of the Delphi and FireMonkey MVPs.
Easily use TFrame or TForm descendants in your FireMonkey applications to gain visual consistency…
Powerful GIF Animation Creation Software For Windows Is Built In Delphi
December 29, 2020
Easy GIF Animator is a powerful animated GIF editor by Blumentals Solutions SIA for creating animated pictures, banners, buttons and GIF videos and it is built in Delphi. Online memes and animated gifs enjoy widespread usage and Easy GIF Animator is a great tool to take…
Vulkan-Based Game Engine For Object Pascal
December 28, 2020
Vulkan header generator and Vulkan OOP-style API wrapper for Object Pascal (FreePascal >= 3.1.1 FPC SVN revision 33196 and Delphi >= 2009)
The Vulkan.pas binding header unit itself (including the vkxml2pas.dpr converter) is and stays also compatible with the old Delphi 7 version, but the PasVulkan.*.pas framework units are no more Delphi 7 compatible because they are using new Object…
Discover COM Based Drag-And-Drop VCL Component Suite For Delphi
December 28, 2020
The drag and drop system that is built into the VCL is limited in that it only supports drag and drop within the same application. If you need to drag data from your application to other applications (e.g. Word, Explorer or Outlook), or if you need to be able to accept data…
Solve Complex Linear Algebra Problems With Eigen C++ Library
December 28, 2020
Since we learn C and C++ at university, we happen to get many projects related to Applied Math and Linear Algebra. And we should build an application to solve different complex problems with C/C++ (mostly C++). I have tried to implement some functions, for instance, dot…
The NativeControls sample shows the use of the Native Controls of FireMonkey. To this end it uses several components that are configured with its ControlType property set to Platform in order to have the native styling of that control.
Note: Only iOS and Windows support native controls. The following links provide a list of controls that support native presentation on iOS and Windows…