System.JSON.BSON.TBsonWriter.WriteStartArray
Delphi
procedure WriteStartArray; override;
C++
virtual void __fastcall WriteStartArray();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | System.JSON.BSON.pas System.JSON.BSON.hpp |
System.JSON.BSON | TBsonWriter |
Description
Writes the beginning of an array.
Call value functions afterwards to define the values inside the array:
After you define all values, call WriteEndArray to write the end of the array.