EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPGPSignatureSubpacket.AssignTo

TElPGPSignatureSubpacket     See also    


 

Copies the data from this to another instance of TElPGPSignatureSubpacket.

 
 

Declaration

[C#]
    void AssignTo(Object dest);

[VB.NET]
    sub AssignTo(ByVal dest as Object)

[Pascal]
    procedure AssignTo(Dest : TPersistent);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented
 
 

Parameters

  • Dest - an object to copy the data to.
 
 

Description

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

 
 

See also:     Assign    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation