Discuss this help topic in SecureBlackbox Forum

TElHTTPParams.Clone

TElHTTPParams     See also     


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


Clones the TElHTTPParams object.

Declaration

[C#]
    Object Clone();

[VB.NET]
    Function Clone() As Object

[Pascal]
    function Clone : TObject; virtual; abstract;

[C++]
    TObjectHandle Clone();

[PHP]
    TObject Clone()

[Java]
    TObject clone();

Return value

    Returns the new TElHTTPParams object.

Description

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

See also:     Assign    

Discuss this help topic in SecureBlackbox Forum