Acx - property of the PmaActiveX object
Description:
Returns the ActiveX object.
Note:
Property access for
read only.
Only after calling the property (after getting the reference to the ActiveX object) properties and methods of the ActiveX object can be called.
Example:
The oActiveX object is the
PmaActiveX object. The
"StartMyProcess" method is calling.
JavaScriptVBScriptSelect and copy to clipboard
var oAx = oActiveX.Acx;
oAx.StartMyProcess();
Dim oAx
Set oAx = oActiveX.Acx
oAx.StartMyProcess