Empty a VirtualTable

Discussion of open issues, suggestions and bugs regarding Virtual Data Access Components for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
harfes
Posts: 7
Joined: Fri 27 Oct 2006 05:05

Empty a VirtualTable

Post by harfes » Wed 20 Dec 2006 12:28

how can i empty an virtual table without clsoing the form?

hartmut

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

Post by Antaeus » Tue 16 Jan 2007 11:19

The TVirtualTable.DeleteFields method removes all data and deletes the field structure. The TVirtualTable.Clear method removes only the data, leaving the structure intact.

Post Reply