Icon EmptyTable Method

procedure EmptyTable

Usage

Call the EmptyTable method to delete all records from the table specified by the DatabaseName and TableName properties. The table may be open or closed when executing this method. If the table is open, then is must have been opened exclusively (Exclusive=True) or an exception will be raised.
Image