TurboDB VCL Component Library

TTdbTable.DeleteAll

TTdbTable

Previous  Top  Next

Deletes all records within the current filter range.

Delphi syntax:

procedure DeleteAll;

C++ syntax:

void __fastcall DeleteAll(void);

Description

Use DeleteAll to delete a bunch of records. If a filter is active, all filtered records are deleted. If no filter is active, all records of the tables are deleted. In this case DeleteAll works similar to EmptyTable, however it is slower but does not need exclusive access to the table.