FireDAC.Comp.DataSet.TFDDataSet.EmptyDataSet

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDDataSet

Delphi

procedure EmptyDataSet;

C++

void __fastcall EmptyDataSet();

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