Set of JSON object ownership flags
Source position: fpjsonapply.pp line 33
type TOwnsJSONs = set of ( |
||
ojSource, |
|
The source JSON object is owned by the applier component |
ojApply |
|
The apply JSON object is owned by the applier component |
); |
The TOwnsJSONs type is a set of TOwnsJSON enumeration values. It specifies which JSON objects are owned and managed by the TJSONApplier component. Owned objects will be automatically freed when no longer needed.
|
Enumeration values for JSON object ownership control |
|
|
Set specifying which JSON objects are owned by the component |