EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSecureClient Constructor

TElSecureClient     See also    


 

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

 
 

Declaration

[C#]
    TElSecureClient();
    TElSecureClient(Component Owner);

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

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

[VB6]
    not applicable;

[ActiveX]
    not applicable;

[DLL]
    __stdcall HANDLE SBClientCreate();
 
 

Return value

[DLL]
    handle to the newly created object

 
 


Description

    Use this method to create new instance of TElSecureClient class.

 
 

See also:     Destructor    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation