System.JSON.BSON.TBsonWriter.WriteEnd

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure WriteEnd(const Token: TJsonToken); override;

C++

virtual void __fastcall WriteEnd(const System::Json::Types::TJsonToken Token)/* overload */;
inline void __fastcall  WriteEnd(System::Json::Types::TJsonContainerType ContainerType){ System::Json::Writers::TJsonWriter::WriteEnd(ContainerType); }
inline void __fastcall  WriteEnd(){ System::Json::Writers::TJsonWriter::WriteEnd(); }

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
public
System.JSON.BSON.pas
System.JSON.BSON.hpp
System.JSON.BSON TBsonWriter


Beschreibung

Schreibt einen angegebenen End-Token.

Siehe auch