Registers an in-process COM server with the operating system.
procedure RegisterComServer(const DLLName: string);
RegisterComServer(const AnsiString DLLName);
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|