Data.FireDACJSONReflect.TFDJSONDeltasWriter

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TFDJSONDeltasWriter = class(TFDJSONDataSetsWriterBase, IFDJSONDeltasWriter)

C++

class PASCALIMPLEMENTATION TFDJSONDeltasWriter : public TFDJSONDataSetsWriterBase

Description

Delta list payload writer.

Use this class to read from an instance of TFDJSONDeltas.

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

See Also