Discuss this help topic in SecureBlackbox Forum

TElBoxSharedLink.Clone

TElBoxSharedLink     See also     


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


Creates a copy of this link.

Declaration

[C#]
    TElBoxSharedLink Clone();

[VB.NET]
    Function Clone() As TElBoxSharedLink

[Pascal]
    function Clone(): TElBoxSharedLink;

[C++]
    TElBoxSharedLinkHandle Clone();

[PHP]
    TElBoxSharedLink Clone()

[Java]
    TElBoxSharedLink clone();

Return value

    Returns a reference to the newly created copy of the link.

Description

    Call this method to create a new TElBoxSharedLink object with the same data.

See also:     Assign    

Discuss this help topic in SecureBlackbox Forum