VirtualTable Component 5.70
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:
- 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
Homepage: http://www.crlab.com/
Download: http://www.crlab.com/vtable/download.html
File Size: -
Delphi Version: Delphi 6, Delphi 7, Delphi 8, Delphi 2005, Delphi 2006
Source: None
The TUsers Security Component v2.0 is a set of components es...
Do you need to write a multithreaded applications ? Are you ...
The PDJDBSearch is a invisible component for a quick searc...
LMD IDE-Tools is collection of native VCL components which h...
PNGButton is component which supports Alpha and PNG (It use ...
Wednesday 14 Feb 2007 | Delphi Tutorial | Database, Freeware