Discuss this help topic in SecureBlackbox Forum

TElPGPWriter Constructor

TElPGPWriter     See also     


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


Creates an instance of TElPGPWriter class and returns a reference to newly created instance.

Declaration

[C#]
    TElPGPWriter(Component AOwner);
    TElPGPWriter();

[VB.NET]
    Sub New(ByVal AOwner As Component)
    Sub New()

[Pascal]
    constructor Create(AOwner : TComponent);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElPGPWriter();
    public TElPGPWriter(TObject AOwner);

Parameters

  • AOwner -

Description

    Use this method to create a new instance of TElPGPWriter class.

See also:     Destructor    

Discuss this help topic in SecureBlackbox Forum