Data.FireDACJSONReflect.TFDJSONDeltasWriter.ListAdd

From RAD Studio API Documentation
Jump to: navigation, search

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 */;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.