Enumeration values for JSON object ownership control
Source position: fpjsonapply.pp line 32
type TOwnsJSON = ( |
||
ojSource, |
|
The source JSON object is owned by the applier component |
ojApply |
|
The apply JSON object is owned by the applier component |
); |
The TOwnsJSON enumeration defines which JSON objects are owned by the TJSONApplier component. When a JSON object is owned, it will be automatically freed when the component is destroyed or when a new object is assigned.
|
Set of JSON object ownership flags |
|
|
Set specifying which JSON objects are owned by the component |