Data.FireDACJSONReflect.TFDJSONDeltasWriter

From RAD Studio API Documentation
Jump to: navigation, search

Data.FireDACJSONReflect.TFDJSONDataSetsWriterBaseSystem.TInterfacedObjectSystem.TObjectTFDJSONDeltasWriter

Delphi

TFDJSONDeltasWriter = class(TFDJSONDataSetsWriterBase, IFDJSONDeltasWriter)

C++

class PASCALIMPLEMENTATION TFDJSONDeltasWriter : public TFDJSONDataSetsWriterBase

Properties

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

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