This sample demostrates how to use the following properties and methods:
Theisolationproperty is used for setting up the transaction isolation level for the transactions managed by FireDAC.Theauto commitproperty is used to control the automatic transaction management.Thestart transactionmethod is used to start a new DBMS…
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…
Rapidly Build A Cross Platform Master Detail Dataset With This Delphi FireDAC.TFDMemTable.MasterDetail Sample
October 15, 2020
Location
You can find theMasterDetailsample project at:
Start | Programs | Embarcadero RAD Studio Sydney | Samplesand then navigate to:Object Pascal\Database\FireDAC\Samples\Comp Layer\TFDMemTable\MasterDetailSubversion Repository:You can find Delphi…
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…
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…
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 custom styles from DelphiStyles.com.
You can find all the styles from the GetIt Package Manager.
Once you apply…
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…
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.
2. Components in the Demo and what they do
The Demo contains only one Tbutton and TMemo component for the…