System.JSON.Builders.TJSONCollectionBuilder.TElements.BeginObject

From RAD Studio API Documentation
Revision as of 13:49, 24 November 2015 by Roxanac (talk | contribs) (English REview. RS-71792)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function BeginObject: TPairs; overload; inline;

C++

HIDESBASE TJSONCollectionBuilder::TPairs* __fastcall BeginObject()/* overload */;

Properties

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

Description

Starts an object value, and returns an instance of TPairs to define the contents of the object value using method chaining.

See Also