Page 1 of 1

Information on TVirtualTable

Posted: Fri 23 Sep 2005 13:03
by HDumas
Hi,

I would like to use the virtual table but I would like more info on how to use it. Can you tell me, aside from the help in Delphi, where I can get more info on its use.

For example, there is a method "LoadFromFile(p_filename:String)". Can I use any file??(it does not say in the help file).
If I load a .txt, will it just make a record with each line of the file?

Thanks for any help.

Posted: Mon 26 Sep 2005 07:15
by Alex
There is no more info except Help file available.
TVirtualTable.LoadFromFile loads data from file that was saved with TVirtualTable.SaveToFile.