Gets a child element with the specified name.
Returns *NULL if the specified name does not exist, or if this element is not an object.
Property Type
Arguments
|
Examples
The following retrieves a child element "errorMessage" from the JSON element #ResponseJSON.
Define_Com Class(#XPRIM_JsonElement) Name(#ResponseJSON) Reference(*DYNAMIC)
. . .
#ERROR_TEXT := #ResponseJson.Item<'errorMessage'>.AsString