Discuss this help topic in SecureBlackbox Forum

TElPGPTrust.Assign

TElPGPTrust     See also     


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


Copies the data from another instance of TElPGPTrust class.

Declaration

[C#]
    void Assign(TElPGPTrust Source);

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

[Pascal]
    procedure Assign(Source : TPersistent);

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

[PHP]
    void Assign(TPersistent $Source)

[Java]
    void assign(TElPGPTrust Source);

Parameters

  • Source - object to copy the data from.

Description

    Use this method to copy contents of another TElPGPTrust instance to this object.

See also:     AssignTo    

Discuss this help topic in SecureBlackbox Forum