Discuss this help topic in SecureBlackbox Forum

TElBoxGroups.Add

TElBoxGroups     See also     


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


Adds a new group to the list.

Declaration

[C#]
    TElBoxGroup Add(string Name);

[VB.NET]
    Function Add(ByVal Name As String) As TElBoxGroup

[Pascal]
    function Add(const Name: string): TElBoxGroup;

[C++]
    TElBoxGroupHandle Add(const std::string &Name);

[PHP]
    TElBoxGroup Add(string $Name)

[Java]
    TElBoxGroup add(String Name);

Parameters

  • Name - the name of the new group.

Return value

    Returns a reference to the newly created TElBoxGroup object.

Description

    Adds a new item to the list.

See also:     Item    

Discuss this help topic in SecureBlackbox Forum