Data.FireDACJSONReflect.TFDJSONDeltasReader

From RAD Studio API Documentation
Jump to: navigation, search

Data.FireDACJSONReflect.TFDJSONDataSetsReaderBaseSystem.TInterfacedObjectSystem.TObjectTFDJSONDeltasReader

Delphi

TFDJSONDeltasReader = class(TFDJSONDataSetsReaderBase, IFDJSONDeltasReader)

C++

class PASCALIMPLEMENTATION TFDJSONDeltasReader : public TFDJSONDataSetsReaderBase

Properties

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

Description

Delta list payload reader.

Use this class to read from an instance of TFDJSONDeltas.

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

See Also