API:Data.FireDACJSONReflect.TFDJSONDeltasApplyUpdatesMax

From RAD Studio API Documentation
Jump to: navigation, search

Data.FireDACJSONReflect.TFDJSONDeltasReaderData.FireDACJSONReflect.TFDJSONDataSetsReaderBaseSystem.TInterfacedObjectSystem.TObjectTFDJSONDeltasApplyUpdatesMax
[–] Properties
Type: class
Visibility: public
Source:
Data.FireDACJSONReflect.pas
Data.FireDACJSONReflect.hpp
Unit: Data.FireDACJSONReflect
Parent: Data.FireDACJSONReflect

Delphi

TFDJSONDeltasApplyUpdatesMax = class(TFDJSONDeltasReader, IFDJSONDeltasApplyUpdatesMax)

C++

class PASCALIMPLEMENTATION TFDJSONDeltasApplyUpdatesMax : public TFDJSONDeltasReader

Description

Delta list payload reader.

Data.FireDACJSONReflect.TFDJSONDeltasApplyUpdatesMax inherits from Data.FireDACJSONReflect.TFDJSONDeltasReader. All content below this line refers to Data.FireDACJSONReflect.TFDJSONDeltasReader.

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