Ole4D Methods

OCHasDispatch(p_AreaVar)


Method tests if the ole object of a plug-in area implements IDispatch.
If the return value is 0 (no IDIspatch), then the Ole object cannot be accessed from VBScript.


Parameters

Parameter Type   Description
p_AreaVar Longint -> Variable of the plug-in area.

Return Values
0-no IDispatch
1-the object implements IDispatch