System.JSON.BSON.TBsonWriter.WritePropertyName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WritePropertyName(const Name: string); override;

C++

virtual void __fastcall WritePropertyName(const System::UnicodeString Name)/* overload */;

Properties

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

Description

Writes the specified property name for a key-value pair on a JSON object.

You must call a value function afterwards to define the corresponding value:

See Also