FireDAC.Comp.DataSet.TFDDataSet.EmptyDataSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EmptyDataSet;

C++

void __fastcall EmptyDataSet();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDDataSet

Description

Removes all records from the internal data storage of the dataset.

Call EmptyDataSet to empty the dataset by removing all records from the internal data storage and from the changes log.

See Also