Data.FireDACJSONReflect.TFDJSONDeltasApplyUpdates

提供: RAD Studio API Documentation
移動先: 案内検索

Data.FireDACJSONReflect.TFDJSONDeltasReaderData.FireDACJSONReflect.TFDJSONDataSetsReaderBaseSystem.TInterfacedObjectSystem.TObjectTFDJSONDeltasApplyUpdates

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 のクラス メソッドを直接呼び出します。

関連項目