Discuss this help topic in SecureBlackbox Forum

TElJsonObject.GetObjectIfExists

TElJsonObject     See also     


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


This topic is under development…

Declaration

[C#]
    TElJsonObject GetObjectIfExists(string Name);

[VB.NET]
    Function GetObjectIfExists(ByVal Name As String) As TElJsonObject

[Pascal]
    function GetObjectIfExists(Name : string) : TElJsonObject;

[C++]
    TElJsonObjectHandle GetObjectIfExists(const std::string &Name);

[PHP]
    TElJsonObject GetObjectIfExists(string $Name)

[Java]
    TElJsonObject getObjectIfExists(String Name);

Parameters

  • Name -

Return value

    …

Description

    Returns an object if it is available, null otherwise.

See also:         

Discuss this help topic in SecureBlackbox Forum