Data.SqlExpr.TSQLTable.DeleteRecords
[–] 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.