System.JSON.BSON.TBsonWriter.WriteEndArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WriteEndArray; override;

C++

virtual void __fastcall WriteEndArray();

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.JSON.BSON.pas
System.JSON.BSON.hpp
System.JSON.BSON TBsonWriter

Description

Writes the end of a previously started array.

See Also