Discuss this help topic in SecureBlackbox Forum

TElPGPUserAttr.Assign

TElPGPUserAttr     See also     


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


Use this method to copy the data from other instance

Declaration

[C#]
    void Assign(TElPGPCustomUser Source);

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

[Pascal]
    procedure Assign(Source : TPersistent);

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

[PHP]
    void Assign(TPersistent $Source)

[Java]
    void assign(TElPGPCustomUser Source);

Parameters

  • Source - object which content must be copied.

Description

    Use this method to copy the data from another TElPGPUserAttr instance.

See also:     AssignTo    

Discuss this help topic in SecureBlackbox Forum