System.JSON.Builders.TJSONObjectBuilder.Clear
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.