FireDAC.Comp.Client.TFDMemTable

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Comp.Client.TFDCustomMemTableFireDAC.Comp.Client.TFDAdaptedDataSetFireDAC.Comp.DataSet.TFDDataSetData.DB.TDataSetSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDMemTable
[–] Properties
Type: class
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: FireDAC.Comp.Client

Delphi

TFDMemTable = class(TFDCustomMemTable)

C++

class PASCALIMPLEMENTATION TFDMemTable : public TFDCustomMemTable

Description

This class implements an in-memory dataset.

Use TFDMemTable to manage data in the client memory and optionally exchange the data with a DBMS.

See Also

Samples