System.JSON.TJSONAncestor.Owned

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Owned: Boolean read FOwned write FOwned;

C++

__property bool Owned = {read=FOwned, write=FOwned, nodefault};

Properties

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

Description

Specifies whether the current JSON instance is owned by the byte container.

The Owned property is True if the instance is owned by the byte container, and False otherwise. When a TJSONAncestor is created, Owned is set to True

See Also