Data.FireDACJSONReflect.IFDJSONDeltasWriter.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Add(const AName: string; const AFDMemTable: TFDMemTable); overload;
procedure Add(const AFDMemTable: TFDMemTable); overload;

C++

virtual void __fastcall Add(const System::UnicodeString AName, Firedac::Comp::Client::TFDMemTable* const AFDMemTable) = 0 /* overload */;
virtual void __fastcall Add(Firedac::Comp::Client::TFDMemTable* const AFDMemTable) = 0 /* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.FireDACJSONReflect.pas
Data.FireDACJSONReflect.hpp
Data.FireDACJSONReflect IFDJSONDeltasWriter

Description

Embarcadero Technologies does not currently have any additional information.