Discuss this help topic in SecureBlackbox Forum

TElBoxComments.Item

TElBoxComments     See also     


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


Returns the desired comment from the list.

Declaration

[C#]
    TElBoxComment Item[int Index];

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

[Pascal]
    property Item[Index: integer]: TElBoxComment;

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

[PHP]
    TElBoxComment get_Item(integer $Index)

[Java]
    TElBoxComment getItem(int Index);

Parameters

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

Description

    Use this property to access individual comments from the list.

See also:     Count     IndexOf    

Discuss this help topic in SecureBlackbox Forum