Page 1 of 1

Empty a VirtualTable

Posted: Wed 20 Dec 2006 12:28
by harfes
how can i empty an virtual table without clsoing the form?

hartmut

Posted: Tue 16 Jan 2007 11:19
by Antaeus
The TVirtualTable.DeleteFields method removes all data and deletes the field structure. The TVirtualTable.Clear method removes only the data, leaving the structure intact.