Information on TVirtualTable

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
HDumas
Posts: 18
Joined: Fri 23 Sep 2005 12:56
Location: Quebec, Canada

Information on TVirtualTable

Post by HDumas » Fri 23 Sep 2005 13:03

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.

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Mon 26 Sep 2005 07:15

There is no more info except Help file available.
TVirtualTable.LoadFromFile loads data from file that was saved with TVirtualTable.SaveToFile.

Post Reply