ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
COMCreateInstance (Function)
Instantiates a COM object (Component Object Model).
COMQueryInterface (Function)
Calls the QueryInterface method of the specified COM object to get a specific interface of this object so that it can be used with COMCallMethod.
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.