System.JSON.Builders.TJSONObjectBuilder.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Clear: TJSONObjectBuilder;

C++

TJSONObjectBuilder* __fastcall Clear();

Properties

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

Description

Deletes the content of the object builder, and returns the object builder for method chaining.

See Also