Discuss this help topic in SecureBlackbox Forum

TElSSHTunnelList Constructor

TElSSHTunnelList     See also     


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


This method creates the instance of TElSSHTunnelList class

Declaration

[C#]
    TElSSHTunnelList(Component AOwner);
    TElSSHTunnelList();

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

[Pascal]
    constructor Create;
    constructor Create(AOwner : TComponent);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElSSHTunnelList();

Description

    Use this method to create the instance of TElSSHTunnelList class.

See also:     Destructor    

Discuss this help topic in SecureBlackbox Forum