Registers an in-process COM server with the operating system.
procedure RegisterComServer(const DLLName: string);
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!
|