TJObject.Get Method
Gets the value of the member with the specified name.
Syntax
Unit: Bcl.Json.Classes
function TJObject.Get(const Name: string): TJElement;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | Name | string | The name of the member to retrieve. |
Returns
The TJElement value of the member, or nil if no member with that name exists.