Data.FireDACJSONReflect.IFDJSONDeltasWriter.Add
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.FireDACJSONReflect.pas Data.FireDACJSONReflect.hpp
| |
Unit: Data.FireDACJSONReflect | |
Parent: IFDJSONDeltasWriter |
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 */;
Description
Embarcadero Technologies does not currently have any additional information.