Data.FireDACJSONReflect.TFDJSONDeltasWriter.ListAdd
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Data.FireDACJSONReflect.pas Data.FireDACJSONReflect.hpp
| |
| Unit: Data.FireDACJSONReflect | |
| Parent: TFDJSONDeltasWriter | |
Delphi
class procedure ListAdd(const ADeltaList: TFDJSONDeltas; const AName: string; const AFDMemTable: TFDMemTable); overload; static;
class procedure ListAdd(const ADeltaList: TFDJSONDeltas; const AFDMemTable: TFDMemTable); overload; static;
C++
static void __fastcall ListAdd(TFDJSONDeltas* const ADeltaList, const System::UnicodeString AName, Firedac::Comp::Client::TFDMemTable* const AFDMemTable)/* overload */;
static void __fastcall ListAdd(TFDJSONDeltas* const ADeltaList, Firedac::Comp::Client::TFDMemTable* const AFDMemTable)/* overload */;
Description
Embarcadero Technologies does not currently have any additional information.