Data.FireDACJSONReflect.TFDJSONDeltasApplyUpdates

提供:RAD Studio API Documentation

TFDJSONDeltasApplyUpdatesData.FireDACJSONReflect.TFDJSONDeltasReaderData.FireDACJSONReflect.TFDJSONDataSetsReaderBaseSystem.TInterfacedObjectSystem.TObject

Delphi

TFDJSONDeltasApplyUpdates = class(TFDJSONDeltasReader, IFDJSONDeltasApplyUpdates)

C++

class PASCALIMPLEMENTATION TFDJSONDeltasApplyUpdates : public TFDJSONDeltasReader

プロパティ

種類 可視性 ソース ユニット
class public
Data.FireDACJSONReflect.pas
Data.FireDACJSONReflect.hpp
Data.FireDACJSONReflect Data.FireDACJSONReflect


説明

更新を適用するためのデルタ リストのペイロードです。

このクラスを使用して、TFDJSONDeltas のインスタンスから更新を適用することができます。

TFDJSONDeltasApplyUpdates.Create を呼び出して IFDJSONDeltasApplyUpdates インターフェイスを実装したオブジェクトを作成するか、TFDJSONDeltasApplyUpdates のクラス メソッドを直接呼び出します。

関連項目