System.JSON.Writers.TJsonWriter.InternalWriteEnd

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure InternalWriteEnd(Container: TJsonContainerType);

C++

void __fastcall InternalWriteEnd(System::Json::Types::TJsonContainerType Container);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonWriter


Beschreibung

Schreibt das Ende-Token auf Basis des Container-Typs.

Parameter:

  • Container: Der Container-Typ.

Siehe auch