Server Response from: CDC1

ID: 24489, VirtualTable component

by Dmitry Nikolaenko Email: Anonymous


TVirtualTable component is TDataSet descendant that represents an in-memory
data storage that does not have linked data files.
Download Details
CDN Login Required to Download. (You will be redirected to the login page if you click on the Download Link)
To download this, you must have registered:
A free membership

For Delphi, Version 11.0  to 11.0 116 downloads
Copyright: All rights reserved


Updated on Tue, 06 Mar 2007 09:30:55 GMT
Originally uploaded on Tue, 06 Mar 2007 09:30:51 GMT

    Explore the files in this upload

Description
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 will 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.

For more information, see http://www.crlab.com/vtable

  Latest Comments  View All Add New

Move mouse over comment to see the full text

 
Copyright© 1994 - 2008 Embarcadero Technologies, Inc. All rights reserved. Contact Us   Legal Notices   Privacy Policy   Report Software Piracy