Discuss this help topic in SecureBlackbox Forum

TElSftpClient Constructor

TElSftpClient     See also     


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


Creates the instance of TElSftpClient class

Declaration

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

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

[Pascal]
    constructor Create(AOwner : TComponent);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElSftpClient();

Description

    Use this method to create the new instance of TElSftpClient class.

See also:     Destructor    

Discuss this help topic in SecureBlackbox Forum