Discuss this help topic in SecureBlackbox Forum

TElSftpExtendedReply.Assign

TElSftpExtendedReply     See also     


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


Assigns the reply data from another reply.

Declaration

[C#]
    void Assign(TElSftpExtendedReply Source);

[VB.NET]
    Sub Assign(ByVal Source As TElSftpExtendedReply)

[Pascal]
    procedure Assign(Source : TPersistent); virtual;

[C++]
    void Assign(TPersistent &Source);
    void Assign(TPersistent *Source);

[PHP]
    void Assign(TPersistent $Source)

[Java]
    void assign(TElSftpExtendedReply Source);

Parameters

  • Source - instance of the class from which the data should be copied

Description

        Use this method to copy the data of the extended SFTP server reply from another instance of TElSftpExtendedReply into the current one.

See also:     AssignTo    

Discuss this help topic in SecureBlackbox Forum