Discuss this help topic in SecureBlackbox Forum

TElXMLHashDataInfoList.HashDataInfo

TElXMLHashDataInfoList     See also     


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


Returns the selected HashDataInfo elements.

Declaration

[C#]
    TElXMLHashDataInfo HashDataInfo[int Index];

[VB.NET]
    Property HashDataInfo(ByVal Index As Integer) As TElXMLHashDataInfo

[Pascal]
    property HashDataInfo[Index : integer] : TElXMLHashDataInfo;

[C++]
    TElXMLHashDataInfo* get_HashDataInfo(int32_t Index);

[PHP]
    TElXMLHashDataInfo get_HashDataInfo(integer $Index)

[Java]
    TElXMLHashDataInfo getHashDataInfo(int Index);

Parameters

  • Index - The index of desired HashDataInfo element in the list. The first item has Index=0, the second has Index=1 and so on.

Description

    Use this read-only property to get the selected HashDataInfo element from the list.

See also:     Add     Clear     Delete     Insert    

Discuss this help topic in SecureBlackbox Forum