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 item contains Read or Write button, which in some cases calls the same onClick event and executes the same code. For example…
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 Learn To Work With Oracle Stored Procedures In Delphi On Windows With This Sample App
October 13, 2020
Location
You can find theOraclStoredProcsample project at:
Start | Programs | Embarcadero RAD Studio Sydney | Samplesand then navigate to:Object Pascal\Database\FireDAC\Samples\DApt Layer\Oracl_StoredProcSubversion Repository:You can find Delphi code…
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…
Learn About A Powerful Native HID USB Windows Library For Delphi Firemonkey By Winsoft
October 13, 2020
Introduction
The Native HID library for Firemonkey is a library for communicating with Human Interface Devices. It uses Windows HID Api and supports both Windows 32 and Windows 64. A short video describes for to install the library in your Rad Studio.
…
Many Delphi and C++ Builder developers love DevExpress VCL Components. For instance, the grid component can be used in many places to show data from the data source. Moreover, there are more business components to show data understandably. DevExpress VCL Subscription will…
Mustache is a Logic-Less Templates by Chris Wanstrath. Mustache can be used for HTML, config files, source code – anything. It is called as “logic-less” because therethere are no if statements, else clauses, or for loops. Instead there are only tags. Some tags are replaced with a value, some nothing, and others a series of values. It works by expanding tags in a template…
Learn How To Master Delphi FireMonkey Animations In An Hour With This Video Tutorial!
October 12, 2020
FireMonkey is one of the best cross-platform application development framework. You get everything and, also you can build your custom components with it.
In this webinar, Ray Konopka, who is the master component designer, demonstrates how to extend your…
A RoadMap To Migrate Your Legacy Delphi And C++ Applications To The Latest Blazing-Fast Version
October 12, 2020
Thinking to migrate your Legacy Delphi/C++Builder Applications to the Latest Delphi? Curious to know the things to do and tips to do effortless migrations ? This post will guide you through the considerations for succussful migrations
Things to consider :
Unicode…
Daraja is a flexible HTTP framework for Object Pascal, based on the HTTP server in the free open-source library Internet Direct (Indy).
The framework uses simple request mapping rules to generate the HTTP response and to invoke your Delphi or Free Pascal code.
The framework requires no package installation and has only one external dependency (Indy).
The best thing about this framework is…