System.JSON.TJSONPair.JsonString

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property JsonString: TJSONString read FJsonString write SetJsonString;

C++

__property TJSONString* JsonString = {read=FJsonString, write=SetJsonString};

Eigenschaften

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


Beschreibung

Legt den Namen des JSON-Paars fest.

Die Eigenschaft JsonString legt den Schlüsselbestandteil (oder den Namensbestandteil) des JSON-Paars fest.

Siehe auch