System.JSON.TJSONAncestor.Owned
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