Method AutomationObject():isInstalled() Foundation
Determines if a COM/ActiveX component is installed on the computer.
:isInstalled( <cProgId>|<cCLSID> ) --> lResult
:isInstalled() returns a logical value. If the COM/ActiveX component is installed on the computer, the return is the value .T. (true). Otherwise, .F. (false) is returned.
The class method :isInstalled() tests whether a certain COM/ActiveX component is installed on the computer. The system can only create instances of COM/ActiveX objects which have been deployed and properly registered on the operating system.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.