Discuss this help topic in SecureBlackbox Forum

TElJsonObject.Remove

TElJsonObject     See also     


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


This topic is under development…

Declaration

[C#]
    int Remove(string Name);

[VB.NET]
    Function Remove(ByVal Name As String) As Integer

[Pascal]
    function Remove(Name : string) : integer;

[C++]
    int32_t Remove(const std::string &Name);

[PHP]
    integer Remove(string $Name)

[Java]
    int remove(String Name);

Parameters

  • Name -

Return value

    …

Description

    Removes value with the specified name and returns the index it had in the list.

See also:         

Discuss this help topic in SecureBlackbox Forum