Data.FireDACJSONReflect.TFDJSONDataSetsWriter

From RAD Studio API Documentation

TFDJSONDataSetsWriterData.FireDACJSONReflect.TFDJSONDataSetsWriterBaseSystem.TInterfacedObjectSystem.TObject

Delphi

TFDJSONDataSetsWriter = class(TFDJSONDataSetsWriterBase, IFDJSONDataSetsWriter)

C++

class PASCALIMPLEMENTATION TFDJSONDataSetsWriter : public TFDJSONDataSetsWriterBase

Properties

Type Visibility Source Unit Parent
class public
Data.FireDACJSONReflect.pas
Data.FireDACJSONReflect.hpp
Data.FireDACJSONReflect Data.FireDACJSONReflect

Description

Dataset list payload writer.

Use this class to add to an instance of TFDJSONDataSets.

Call TFDJSONDataSetsWriter.Create to create an object that implements the IFDJSONDataSetsWriter interface, or call class methods of TFDJSONDataSetsWriter directly.

See Also