FireDAC.Comp.Client.TFDLocalSQLDataSets.Remove

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Remove(ADataSet: TDataSet);

C++

void __fastcall Remove(Data::Db::TDataSet* ADataSet);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDLocalSQLDataSets

Description

Removes the dataset registration from the collection.

Use the Remove method to remove the dataset registration from the collection.

See Also