|
TVirtualTable component is TDataSet descendant. It represents an in-memory
data storage that does not have linked data files.
To add fields to virtual table call AddField method. Immediately after
creating virtual table it will be empty. You then define new fields or
load existing table files so that virtual table object becomes initialized
and ready to be opened.
When you close virtual table it will discard its record set. To keep data
you entered at design-time for later use you may wish to include voStored
option in Options property. At run-time you need to call SaveToFile method
explicitly to store modifications to the file that later may be retrieved
back into the virtual table by calling LoadFromFile method.
Key features 
Following the main features of VirtualTable Component
- Free of charge binaries
- Represents an in-memory dataset
- Can store record data in the file (at run-time) and in dfm (at design-time)
- Provides expanded ability for locating records
- Supports records filtering
- Local sorting ability by several field
- Allows to add and remove fields to the existing data
- Optimized string and row data storing
- Advanced design-time editors
- Available source code by registration
Compatibility 
Following development environments are supported by VirtualTable:
Only Professional, Enterprise and Architect editions are supported.
Note that installation of VirtualTable is not compatible with following products
as they already contain TVirtualTable component.
|