Discuss this help topic in SecureBlackbox Forum

TElCertificateLookup Constructor

TElCertificateLookup     See also     


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


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

Declaration

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

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

[Pascal]
    constructor Create;
    constructor Create(AOwner : TComponent);

[C++]
    not available

[PHP]
    not available

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

Parameters

  • AOwner -

Description

    Use this method to create an instance of TElCertificateLookup class.

See also:     Destructor    

Discuss this help topic in SecureBlackbox Forum