JCL Help:IsDCOMEnabled

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns whether DCOM is enabled.


Pascal

 function IsDCOMEnabled: Boolean;


Return Value

If DCOM is installed the routine returns True, otherwise it returns False.


Description

IsDCOMEnabled returns whether or not DCOM is enabled on the target machine. Note that enabled and installed are two different things. To test whether DCOM is installed use the IsDCOMInstalled routine.


See Also

IsDCOMInstalled


About

Unit

JclCOM


Donator

Kevin S. Gallagher


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page