Discuss this help topic in SecureBlackbox Forum

TElPGPPreferredCompressionAlgorithmsSignatureSubpacket.AssignTo

TElPGPPreferredCompressionAlgorithmsSignatureSubpacket     See also     


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


Copies the data from this to another instance of TElPGPPreferredCompressionAlgorithmsSignatureSubpacket.

Declaration

[C#]
    void AssignTo(Object Dest);

[VB.NET]
    Sub AssignTo(ByVal Dest As Object)

[Pascal]
    procedure AssignTo(Dest : TPersistent);

[C++]
    void AssignTo(TPersistent &Dest);
    void AssignTo(TPersistent *Dest);

[PHP]
    void AssignTo(TPersistent $Dest)

[Java]
    void assignTo(TObject Dest);

Parameters

  • Dest - an object to copy the data to.

Description

    Use this method to copy the data from this TElPGPPreferredCompressionAlgorithmsSignatureSubpacket to another one.

See also:     Assign    

Discuss this help topic in SecureBlackbox Forum