EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSecureServer Constructor

TElSecureServer     See also    


 

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

 
 

Declaration

[C#]
    TElSecureServer();
    TElSecureServer(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 SBServerCreate();
 
 

Return value

[DLL]
    handle to the newly created object

 
 

Description

    Use this method to create new instance of TElSecureServer class.

 
 

See also:     Destructor    

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