Data.FireDACJSONReflect.TFDJSONDataSetsWriter

From RAD Studio API Documentation
Jump to: navigation, search

Data.FireDACJSONReflect.TFDJSONDataSetsWriterBaseSystem.TInterfacedObjectSystem.TObjectTFDJSONDataSetsWriter
[–] Properties
Type: class
Visibility: public
Source:
Data.FireDACJSONReflect.pas
Data.FireDACJSONReflect.hpp
Unit: Data.FireDACJSONReflect
Parent: Data.FireDACJSONReflect

Delphi

TFDJSONDataSetsWriter = class(TFDJSONDataSetsWriterBase, IFDJSONDataSetsWriter)

C++

class PASCALIMPLEMENTATION TFDJSONDataSetsWriter : public TFDJSONDataSetsWriterBase

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