System.JSON.Builders.TJSONArrayBuilder.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Clear: TJSONArrayBuilder;

C++

TJSONArrayBuilder* __fastcall Clear();

Properties

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

Description

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

See Also