Data.FireDACJSONReflect.TFDJSONDeltas

From RAD Studio API Documentation
Jump to: navigation, search

Data.FireDACJSONReflect.TFDJSONDataSetsBaseSystem.TObjectTFDJSONDeltas
[–] Properties
Type: class
Visibility: public
Source:
Data.FireDACJSONReflect.pas
Data.FireDACJSONReflect.hpp
Unit: Data.FireDACJSONReflect
Parent: Data.FireDACJSONReflect

Delphi

TFDJSONDeltas = class sealed(TFDJSONDataSetsBase)

C++

class PASCALIMPLEMENTATION TFDJSONDeltas : /*[[sealed]]*/ public TFDJSONDataSetsBase

Description

Delta list payload class.

Use TFDJSONDeltasWriter to write.
Use TFDJSONDeltasReader to read.
Use TFDJSONDeltasApplyUpdates to apply the delta.

See Also