ComServ
Contents |
Delphi Information
Class
| TComServer |
TComServer is the class type of the ComServ variable that is declared and instantiated in the ComServ unit. |
Enum
| TStartMode |
Function
| DllCanUnloadNow |
Tells Windows whether it can unload the in-process server exporting this function. |
| DllGetClassObject |
Obtains a class factory for an ActiveX object when the ActiveX object resides in an in-process ActiveX server (DLL). |
| DllRegisterServer |
Registers an in-process ActiveX server in the current module within the system registry. |
| DllUnregisterServer |
Unregisters an OLE automation server in the current module with the system registry. |
| LoadTypeLibrary |
Variable
| ComServer |
Provides class and registry information about server objects. |
C++ Information
Class
| TComObjectFactory | |
| TComServer |
TComServer is the class type of the ComServ variable that is declared and instantiated in the ComServ unit. |
Enum
| TStartMode |
Function
| DllCanUnloadNow |
Tells Windows whether it can unload the in-process server exporting this function. |
| DllGetClassObject |
Obtains a class factory for an ActiveX object when the ActiveX object resides in an in-process ActiveX server (DLL). |
| DllRegisterServer |
Registers an in-process ActiveX server in the current module within the system registry. |
| DllUnregisterServer |
Unregisters an OLE automation server in the current module with the system registry. |
| LoadTypeLibrary |
Typedef
| TLastReleaseEvent |
Variable
| ComServer |
Provides class and registry information about server objects. |