Data.SqlExpr.TSQLTable.DeleteRecords

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure DeleteRecords;

C++

void __fastcall DeleteRecords();

Description

Empties the underlying database table.

Call DeleteRecords to delete all the records in the underlying database table.

See Also