Discuss this help topic in SecureBlackbox Forum

TElBoxUsers.Items

TElBoxUsers     See also     


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


Provides access to list elements.

Declaration

[C#]
    TElBoxUser Items[int Index];

[VB.NET]
    Property Items(ByVal Index As Integer) As TElBoxUser

[Pascal]
    property Items[Index: Integer]: TElBoxUser; default;

[C++]
    TElBoxUser* get_Items(int32_t Index);

[PHP]
    TElBoxUser get_Items(integer $Index)

[Java]
    TElBoxUser getItems(int Index);

Parameters

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

Description

    Use this property to access individual users in the list.

See also:     Count     Add     IndexOf    

Discuss this help topic in SecureBlackbox Forum