Show: Delphi
C++
Display Preferences
Data.DBXJSON.TJSONArray Declared Members
From XE2 API Documentation
Constructors & Destructors
| Create | Creates an instance of the TJSONArray class. |
| Destroy | Destroys the TJSONArray instance. |
Functions
| Add | Adds a non-null value to the current element list. |
| AddDescendant | Method used by the parser to reconstitute the JSON object structure. |
| AddElement | Adds a non-null value to the current element list. |
| Clone | Creates a clone of the TJSONArray instance. |
| EstimatedByteSize | Returns the estimated byte size of the JSON array. |
| Get | Returns the element at the given index in the JSON array. |
| GetEnumerator | |
| Pop | Removes the first element from the JSON array. |
| Remove | Removes the item at the given index. |
| SetElements | Sets the element list. |
| Size | Returns the size of the JSON array. |
| ToBytes | Serializes the JSON array content into bytes. |
| ToString | Serializes the JSON array into a string. |