Discuss this help topic in SecureBlackbox Forum

TElDictionary.Values

TElDictionary     See also     


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


Declaration

[C#]
    Object Values[int Index];

[VB.NET]
    Property Values(ByVal Index As Integer) As Object

[Pascal]
    under development

[C++]
    TObject* get_Values(int32_t Index);

[PHP]
    TObject get_Values(integer $Index)

[Java]
    TObject getValues(int Index);

Parameters

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

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum