Currency exchange rates are an interesting financial dataset similar to stock quotes and cryptocurrency datasets. For building solutions like software or a POS system for a currency exchange business, it is a necessary dataset and there are APIs online that give you easy access to this data. One API that is available is from ExchangeRatesAPI.io which is owned by apilayer (a sister company of…
Medecinum Is Powered by Delphi: An Impressive Medical Library For Medical Students And Professionals
February 12, 2021
Medecinum is a medical library and MCQ bank for medical students and professionals and it is powered by Delphi. According to the developer, “The aim of this app is to provide a quick reference and training resources for all students and practitioners of medicine…
Running the FMX.TabletMasterDetailwithSearch Sample, it shows you two columns. The column on the left-hand side shows a list of people and includes a search box. The column on the right-hand side shows details (a picture, name, job and “description”) about the…
The Sample is using the “Custom” list view item appearance value and configuring the appearance properties of list view items at design time. It also shows how to do this at run time.
When you run the application, it shows a list view. Each list item shows a detail text under its main label.
Tap theSet Propertiesbutton to change the appearance of the list view at run…
Learn Advanced FireMonkey Development For Building Visually Stunning GUIs On Linux
December 21, 2020
Jim McKeeth, Ian Barker, and Frank Lauter discuss the benefits of FireMonkey on Linux and all the exciting things FMXLinux can do for your projects in this CodeRage session.
FireMonkey for Linux, also known as FMXLinux, is an add-on component that is made available…
RAD Server and the included Data Storage for RAD Server Users
December 10, 2020
Embarcadero’s RAD Server Enterprise Mobility Server (EMS) is a turn-key application foundation for rapidly building and deploying services based applications.
RAD Server’s core offerings include automated Delphi and C++ REST/JSON API publishing and management…
RAD Studio 10.4 Launch Webinar Replay And Feature Round Up For Building Powerful Native Cross-Platform Apps
November 23, 2020
RAD Studio is the ultimate IDE with features both C++ and Delphi developers love to design, code, debug and test for cross-platform platform with native performance.
Supported Platforms: Windows, iOS, macOS, Linux, and Android (some platforms Delphi only)
Major Delphi Code Insight Redesign: The largest and best improvement to Delphi’s code tooling in many years, RAD Studio 10.4 provides…
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…
Quick Way To Bind Your Database To UI Components With BindLinkVCL Delphi Sample App
October 24, 2020
The BindLinkVCL Sample demonstrates the use of a TBindLink. In general, it is used for linking operations, for example, linking dataset fields to various lists.
You can find Delphi and C++ code samples inGitHub Repositories. Search by name into the samples…
Learn How Easy It Is To Connect To Microsoft SQL Server Using FireDAC In RAD Studio
October 20, 2020
Connecting to Multiple Enterprise Databases is no more a time consuming task in making connections and login to databases. FireDAC is a Universal Data Access library for developing applications for multiple devices, connected to enterprise databases. With its powerful universal architecture, FireDAC enables native high-speed direct access from Delphi and C++Builder to InterBase, SQLite, MySQL, SQL…