Discuss this help topic in SecureBlackbox Forum

TElHTTPMultipartList.Parts

TElHTTPMultipartList     See also     


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


Declaration

[C#]
    TElHTTPMultipartPart Parts[int Index];

[VB.NET]
    Property Parts(ByVal Index As Integer) As TElHTTPMultipartPart

[Pascal]
    under development

[C++]
    TElHTTPMultipartPart* get_Parts(int32_t Index);

[PHP]
    TElHTTPMultipartPart get_Parts(integer $Index)

[Java]
    not available

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