System.JSON.Writers.TJsonObjectWriter.OwnValue

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OwnValue: Boolean read FOwnValue write FOwnValue;

C++

__property bool OwnValue = {read=FOwnValue, write=FOwnValue, nodefault};

Eigenschaften

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


Beschreibung

Gibt an, ob der JSON-Wert Eigentum des Writers ist.

Siehe auch