|
RAD Studio
|
You can register your server object as an in-process or an out-of-process server. For more information on the server types, see In-process.
To register an in-process server (DLL or OCX), choose Run
Register ActiveX Server.
To unregister an in-process server, choose Run
Unregister ActiveX Server.
To register an out-of-process server, run the server with the /regserver command-line option. You can set command-line options with the Run
Parameters dialog box. You can also register the server by running it.
To unregister an out-of-process server, run the server with the /unregserver command-line option.
As an alternative, you can use the tregsvr command from the command line or run the regsvr32 command from the operating system.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|