System.JSON.BSON.TBsonWriter.Writer

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Writer: TBinaryWriter read FWriter;

C++

__property System::Classes::TBinaryWriter* Writer = {read=FWriter};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.JSON.BSON.pas
System.JSON.BSON.hpp
System.JSON.BSON TBsonWriter


Beschreibung

Binär-Writer, der vom BSON-Writer verwendet wird.

Siehe auch