Discuss this help topic in SecureBlackbox Forum

TElPGPTrust.AssignTo

TElPGPTrust     See also     


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


Copies data to another TElPGPTrust object.

Declaration

[C#]
    void AssignTo(TElPGPTrust Dest);

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

[Pascal]
    procedure AssignTo(Dest : TPersistent);

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

[PHP]
    void AssignTo(TPersistent $Dest)

[Java]
    void assignTo(TElPGPTrust Dest);

Parameters

  • Dest - the object to copy the data to.

Description

    Use this method to copy the data to another TElPGPTrust object.

See also:     Assign    

Discuss this help topic in SecureBlackbox Forum