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…
Rapidly Consume Powerful REST Services With Almost No Code In C++Builder On Windows
October 15, 2020
We continuously hear that consuming REST services with the RAD tools have always been swift. For instance, in this video, you can see how you can call any REST endpoint and fetch the data easily with the REST Debugger tool.
With the REST Debugger tool, you can get the data and validate the correctness of it, and then you can copy the required components using the Copy Components button.
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…
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 code samples inGitHub Repositories. Search by name into the samples repositories according to your RAD Studio…
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…
In this CodeRage session, you can see how you can migrate your legacy C++ Builder code to new and fresh C++ easily with a strategy. What can you get from this session? Here is the overview:
Unicode in C/C++, VCL & WinAPIVCL String ClassesConverting text to and from…
Get Started with InterBase Tablespaces
October 14, 2020
With every version of InterBase, we introduce new features that make the database experience easier for our users. When InterBase 2020 was released, we added several enhancements and a great new feature called Tablespaces.
What is an InterBase Tablespace?
A Tablespace is a type of storage location that is targeted for database objects. It allows you to group together data files in a specific…