INT %HI_AXInvoke( INT in refID, TEXT in functionName, in param1, ... in paramN )
refId | Reference to ActiveX object
(reference variable)
or interface returned by calling the function
HI_GetAXProp. |
functionName | Name of invoked function. |
param1, ..., paramN | Parameters (of required type) to give the invoked function. |
%HI_AXInvoke(_AX_MWB, "navigate", "HTTP://www.ipesoft.sk")
Pridať komentár