Data.DBXDBReaders.TDBXMemoryTable.Clear

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DBXDBReaders.pas
Data.DBXDBReaders.hpp
Unit: Data.DBXDBReaders
Parent: TDBXMemoryTable

Delphi

procedure Clear; override;

C++

virtual void __fastcall Clear();

Description

Clears all the rows from the table.

Data.DBXDBReaders.TDBXMemoryTable.Clear inherits from Data.DBXCommonTable.TDBXTable.Clear. All content below this line refers to Data.DBXCommonTable.TDBXTable.Clear.

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