System.JSON.Builders.TJSONCollectionBuilder.TElements.BeginObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function BeginObject: TPairs; overload; inline;

C++

HIDESBASE TJSONCollectionBuilder::TPairs* __fastcall BeginObject(void)/* 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