Discuss this help topic in SecureBlackbox Forum
This method creates an instance of TElCustomSSHTunnel class
Declaration
[C#]
TElCustomSSHTunnel(Component AOwner);
TElCustomSSHTunnel();
[VB.NET]
Sub New(ByVal AOwner As Component)
Sub New()
[Pascal]
constructor Create;
constructor Create(AOwner : TComponent);
[Java]
public TElCustomSSHTunnel();
Description
Do not call this method directly.
Call the corresponding
Create method of the descendants of this class instead.
Discuss this help topic in SecureBlackbox Forum