Discuss this help topic in SecureBlackbox Forum

TElHTTPRanges.RangeStart

TElHTTPRanges     See also     


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


Specifies the range start.

Declaration

[C#]
    long RangeStart[int Index];

[VB.NET]
    Property RangeStart(ByVal Index As Integer) As Long

[Pascal]
    property RangeStart[Index : integer] : Int64;

[C++]
    int64_t get_RangeStart(int32_t Index);
    void set_RangeStart(int32_t Index, int64_t Value);

[PHP]
    integer get_RangeStart(integer $Index)
    void set_RangeStart(integer $Index, integer $Value)

[Java]
    long getRangeStart(int Index);
    void setRangeStart(int Index, long Value);

Parameters

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

Description

    Use this property to get the range start.

See also:     RangeEnd    

Discuss this help topic in SecureBlackbox Forum