Data.DBXCommonTable.TDBXTable.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear; virtual;

C++

virtual void __fastcall Clear();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXTable

Description

Clears all the rows from the table.

Clear is used to delete all the rows from the table. By default, Clear raises an 'Unsupported operation' exception, so every descendant of TDBXTable must implement this method if deleting all the rows is supported.

See Also