System.JSON.Writers.TJsonObjectWriter.OwnValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OwnValue: Boolean read FOwnValue write FOwnValue;

C++

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

Properties

Type Visibility Source Unit Parent
property public
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonObjectWriter

Description

Indicates whether the JSON value is owned by the writer.

See Also