IBX.IBTable.TIBTable.EmptyTable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EmptyTable;

C++

void __fastcall EmptyTable();

Properties

Type Visibility Source Unit Parent
procedure
function
public
IBX.IBTable.pas
IBX.IBTable.hpp
IBX.IBTable TIBTable

Description

Deletes all records from the table.

The EmptyTable method deletes all records from the database table specified by the Database and TableName properties.

Note: Deletion of records can fail if the user lacks sufficient privileges to perform the delete operation.