Deletes all records from the database table specified by the TableName property.
Class
TCustomMyTable
Syntax
procedure EmptyTable;
Remarks
Call the EmptyTable method to delete all records from the database table specified by the TableName property.
See Also