Data.FireDACJSONReflect.TFDJSONDeltasWriter.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++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.FireDACJSONReflect.pas
Data.FireDACJSONReflect.hpp
Data.FireDACJSONReflect TFDJSONDeltasWriter

Description

Embarcadero Technologies does not currently have any additional information.