Discuss this help topic in SecureBlackbox Forum

TElDKSignature.Assign

TElDKSignature     See also     


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


Copies data from another instance of TElDKSignature class.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    procedure Assign(Source : TPersistent);

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Source - object which contents must be copied.

Description

    Use this method to copy data of another signature to the current one.

See also:     Clear    

Discuss this help topic in SecureBlackbox Forum