Discuss this help topic in SecureBlackbox Forum

TElHTTPRanges.Clone

TElHTTPRanges     See also     


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


Clones the TElHTTPRanges object.

Declaration

[C#]
    Object Clone();

[VB.NET]
    Function Clone() As Object

[Pascal]
    function Clone(): TObject;

[C++]
    TObjectHandle Clone();

[PHP]
    TObject Clone()

[Java]
    TObject clone();

Return value

    Returns the new TElHTTPRanges object.

Description

    Use this method to copy TElHTTPRanges data into the new instance of the same class.

See also:     Assign    

Discuss this help topic in SecureBlackbox Forum