System.JSON.Builders.TJSONCollectionBuilder.TPairs.AddUndefined

From RAD Studio API Documentation
Revision as of 17:21, 9 November 2015 by AChaves (talk | contribs) (RS-66773)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function AddUndefined(const AKey: string): TPairs; inline;

C++

HIDESBASE TJSONCollectionBuilder::TPairs* __fastcall AddUndefined(const System::UnicodeString AKey);

Properties

Type Visibility Source Unit Parent
function public
System.JSON.Builders.pas
System.JSON.Builders.hpp
System.JSON.Builders TPairs

Description

Adds a key-value pair with the specified key and an undefined value to the JSON object, and returns this instance of TPairs for method chaining.

See Also