FireDAC.Comp.DataSet.TFDDataSet.EmptyDataSet

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure EmptyDataSet;

C++

void __fastcall EmptyDataSet();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDDataSet


Beschreibung

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