Discuss this help topic in SecureBlackbox Forum

TElBoxGroups.Item

TElBoxGroups     See also     


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


Returns the item by its index.

Declaration

[C#]
    TElBoxGroup Item[int Index];

[VB.NET]
    Property Item(ByVal Index As Integer) As TElBoxGroup

[Pascal]
    property Item[Index: Integer]: TElBoxGroup;

[C++]
    TElBoxGroup* get_Item(int32_t Index);

[PHP]
    TElBoxGroup get_Item(integer $Index)

[Java]
    TElBoxGroup getItem(int Index);

Parameters

  • Index - the index of the desired group in the list, starting from 0.

Description

    Use this property to access individual items of the list.

See also:     Count    

Discuss this help topic in SecureBlackbox Forum