Discuss this help topic in SecureBlackbox Forum

TElJsonArray.GetObjectIfExists

TElJsonArray     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This topic is under development…

Declaration

[C#]
    TElJsonObject GetObjectIfExists(int Index);

[VB.NET]
    Function GetObjectIfExists(ByVal Index As Integer) As TElJsonObject

[Pascal]
    function GetObjectIfExists(Index : Integer) : TElJsonObject;

[C++]
    TElJsonObjectHandle GetObjectIfExists(int32_t Index);

[PHP]
    TElJsonObject GetObjectIfExists(integer $Index)

[Java]
    TElJsonObject getObjectIfExists(int Index);

Parameters

  • Index -

Return value

    …

Description

    Checks the item at the specified position for existance and type, and returns it, if it is not nil/null/Nothing and it is a json object. Otherwise returns nil/null/Nothing.

See also:         

Discuss this help topic in SecureBlackbox Forum