Why method TVirtualTable. LoadFromFile does not set Active?

Discussion of open issues, suggestions and bugs regarding Virtual Data Access Components for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Alexander_73
Posts: 52
Joined: Mon 24 Mar 2008 13:22

Why method TVirtualTable. LoadFromFile does not set Active?

Post by Alexander_73 » Mon 30 Jun 2008 09:46

It is made specially or it is a bug? All known to me portable dataset-components at data reading from a file establish Active to true, but for TVirtualTable it is necessary to do:
VirtualTable.LoadFromFile;
VirtualTable.Open

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Tue 01 Jul 2008 10:17

It is a designed behavior of TVirtualTable.

Post Reply