System.JSON.Builders.TJSONCollectionBuilder.TPairs.EndObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function EndObject: TParentCollection; inline; // Does not return nil.

C++

HIDESBASE TJSONCollectionBuilder::TParentCollection* __fastcall EndObject();

Properties

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

Description

Ends the object, and returns an instance of TParentCollection that you can use to continue filling the parent structure (if any) of the closed object using method chaining.

See Also