System.JSON.Writers.TJsonWriter.InternalWriteStart

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure InternalWriteStart(Token: TJsonToken; Container: TJsonContainerType);

C++

void __fastcall InternalWriteStart(System::Json::Types::TJsonToken Token, 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 Start-Token auf Basis des aktuellen Container-Typs.

Parameter:

  • Token: Das Start-Token.
  • Container: Der Container-Typ.

Siehe auch