System.JSON.Builders.TJSONArrayBuilder.Clear
Delphi
function Clear: TJSONArrayBuilder;
C++
TJSONArrayBuilder* __fastcall Clear(void);
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.