FireDAC.Comp.Client.TFDLocalSQLDataSets.Remove

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure Remove(ADataSet: TDataSet);

C++

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

Description

Removes the dataset registration from the collection.

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

See Also