VirtualDAC is a component library that enables enhanced data processing in Delphi and C++Builder, including Community Edition, on various operating systems. Compatible with Windows, Linux, macOS, iOS, and Android, it was previously known as VirtualTable.

This components library consists of multiple features that allow creating in-memory data storage and executing complex SQL queries to in-memory tables when developing Delphi applications. It includes support for RAD Studio 11 Alexandria Release 2, and Lazarus 2.2.2. Moreover, it also supports iOS 15 and Android 12, making it compatible with the latest mobile platforms.
VirtualDAC has a range of key features, such as the TVirtualQuery component that allows for SQL queries to in-memory data, as well as the VirtualTable component, which facilitates in-memory storage of data. Another impressive feature is the VirtualDataSet component which assists in wrapping arbitrary non-tabular data.
This software library supports desktop development on Windows, macOS, and Linux and mobile development on iOS and Android, making it versatile and accessible for multiple development scenarios. The inclusion of source code and Lazarus and Free Pascal support adds to its flexibility, allowing for greater customization and expansion of capabilities.
Thanks to frequent updates and improvements, you can always find the latest version of VirtualDAC on the official Devart website. Overall, Virtual Data Access Components is an essential addition to any developer's toolkit, offering a range of helpful features and extensive platform support.
Version 12.3.0:
*Added support for RAD Studio 11 Alexandria Release 3
*Added support for Lazarus 2.2.6
*Added support for the YEAR, MONTH, DAY, HOUR, MINUTE, SECOND, GETDATE, DATE, TIME, TRIM, TRIMLEFT, TRIMRIGHT statements in TDADataSet.Filter
*Added support for the mathematical operations in TDADataSet.Filter
Version 12.2.0:
*Added support for RAD Studio 11 Alexandria Release 2
*Added support for Lazarus 2.2.2
*Added support for iOS 15
*Added support for Android 12
*Added support of standard collations in a SQL statement in the VirtualQuery component