Data.DBXJSONReflect.TJSONUnMarshal.PopulateFields

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

Delphi

procedure PopulateFields(JsonFields: TJSONObject; Data: TObject; JsonCustomizer: TJSONPopulationCustomizer);

C++

void __fastcall PopulateFields(System::Json::TJSONObject* JsonFields, System::TObject* Data, TJSONPopulationCustomizer* JsonCustomizer);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONUnMarshal


説明

JSON のシリアライズ済み表現から値で、インスタンス フィールドを設定します。

PopulateFields メソッドは、JSON のシリアライズ済み表現から値で、インスタンス フィールドを設定します。

関連項目