RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComObj.RegisterComServer Function

Registers an in-process COM server with the operating system.

Pascal
procedure RegisterComServer(const DLLName: string);
C++
RegisterComServer(const AnsiString DLLName);

ComObj

COM servers are always registered as dynamic link libraries, DLLs. The DLLName parameter specifies the name of the DLL that implements the COM controls. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!