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 oAcx = oActiveX.Acx;
oAcx.StartMyProcess();
Dim oAcx
Set oAcx = oActiveX.Acx
oAcx.StartMyProcess