System.JSON.TJSONObject Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
Apublic
CountpublicNumber of key-value pairs of this JSON object.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
NullpublicSpecifies whether the current JSON instance represents a JSON null value.
OwnedpublicSpecifies whether the current JSON instance is owned by the byte container.
PpublicFinds a JSON value and returns the reference to it.
PairspublicKey-value pair that is located at the specified Index in the list of pairs of the JSON object, or nil if the specified Index is out of bounds.
ValuespublicThe value part of a JSON pair, from this JSON object, that has the key part matching the specified Name string, or nil if there is no key matching Name.