The 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 Server, Oracle, PostgreSQL, DB2, SQL Anywhere, Advantage DB, Firebird, Access, Informix, DataSnap, and more, including…
Getting Started with Python4Delphi
October 16, 2020
During part 1 of our webinar last week there were a few questions about installing components and getting started. I made a short video and wanted to provide some details here.
SynEdit is an optional library that provides syntax highlighting and proper indention…
Windows 10 CRM VCL Demo In Delphi And C++Builder
October 15, 2020
The Windows 10 CRM VCL Demo is available with full source code for Delphi 10.4+ and C++Builder 10.4+. The demo features a number of high DPI styles including Windows 10 Slate Gray and Windows 10 Blue. Additionally, it demonstrates the TTitleBarPanel component, multi-monitor…
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…