Virtual Data Access Components
Virtual Data Access Components (VirtualDAC, formerly known as VirtualTable), is a library of components that extends data processing capabilities in Delphi and C++Builder including Community Edition on Windows, Linux, macOS, iOS and Android for both 32-bit and 64-bit platforms. VirtualDAC consists of components that allow creating in-memory data storage and executing complex SQL queries to in-memory tables when developing Delphi applications.
VirtualQuery
The TVirtualQuery component is used to retrieve data with SQL queries from sources that are any TDataSet descendants. Due to this, you can build complex SQL queries to Delphi in-memory data (data sources are TVirtualTable, TVirtualDataSet or another TVirtualQuery) or to data stored in different RDBMS'es (data sources can be TUniQuery, TOraQuery, TMSQuery, TMyQuery, etc. at the same time).
VirtualTable
The TVirtualTable component represents an in-memory data storage that does not have linked data files. TVirtualTable allows to load data from an XML file or an existing dataset, and then wraps the data in the usual way, as in any TDataSet descendant.
VirtualDataSet
The TVirtualDataSet component is data wrapper that doesn't store data in memory and interacts with data using event handlers. It allows to represent arbitrary data (arrays, lists, objects, etc.) as TDataSet descendants and link it with any DB-aware components to display data or modify it.
Cross-Platform Solution for Delphi and C++Builder
VirtualDAC is a cross-platform solution for developing applications using various IDEs: RAD Studio, Delphi and C++Builder on Windows, macOS, iOS, Android, for both 32-bit and 64-bit platforms. VirtualDAC also provides support for the FireMonkey platform, which allows you to develop visually spectacular high-performance desktop and mobile native applications.
Advanced Design-Time Editors
We offer various design-time editors that provide convenient interface and rich facilities for both creating TVirtualTable fields and filling them with data in design-time that can be saved in dfm or a file afterwards.