System.JSON.Builders.TJSONCollectionBuilder.TParentCollection.AddNull

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

Delphi

function AddNull: TElements; overload; inline;
function AddNull(const AKey: string): TPairs; overload; inline;

C++

HIDESBASE TJSONCollectionBuilder::TElements* __fastcall AddNull()/* overload */;
HIDESBASE TJSONCollectionBuilder::TPairs* __fastcall AddNull(const System::UnicodeString AKey)/* overload */;

プロパティ

種類 可視性 ソース ユニット
function public
System.JSON.Builders.pas
System.JSON.Builders.hpp
System.JSON.Builders TParentCollection


説明

指定されたキーと null 値からなるキー/値ペアを JSON オブジェクトに、または指定されたキーと null 値からなるキー/値ペアを JSON 配列に追加し、メソッド連鎖用にこの TParentCollection インスタンスを返します。

関連項目