Data.SqlExpr.TSQLTable.DeleteRecords

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DeleteRecords;

C++

void __fastcall DeleteRecords();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TSQLTable

Description

Empties the underlying database table.

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

See Also