Discuss this help topic in SecureBlackbox Forum

TElBoxSharedLink Constructor

TElBoxSharedLink     


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


Creates a new instance of TElBoxSharedLink.

Declaration

[C#]
    TElBoxSharedLink(TElBoxDataStorageObject AOwner);

[VB.NET]
    Sub New(ByVal AOwner As TElBoxDataStorageObject)

[Pascal]
    constructor Create(AOwner: TElBoxDataStorageObject);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElBoxSharedLink(TElBoxDataStorageObject AOwner);
    public TElBoxSharedLink();

Parameters

  • AOwner -

Description

    Call this method to create a new instance of TElBoxSharedLink.

Discuss this help topic in SecureBlackbox Forum