Data.FireDACJSONReflect.TFDJSONDataSetsWriter

From RAD Studio API Documentation
Jump to: navigation, search

Data.FireDACJSONReflect.TFDJSONDataSetsWriterBaseSystem.TInterfacedObjectSystem.TObjectTFDJSONDataSetsWriter

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