ActiveX objects manipulation functions
For purpose of communication with individual ActiveX objects, there are implemented functions, which look like functions commonly used in the expressions of eval tags or scripts. Function names are created by the prefix %HI_.
Example:
In active picture, there is placed an ActiveX object of Microsoft Web Browser named _AX_MBWNech. The following call
%HI_AXInvoke(_AX_MWB, "navigate", "http://www.ipesoft.sk")
will open the web page www.ipesoft.sk in the ActiveX object window.
ActiveX objects manipulation function:
- %HI_AXDoc
- %HI_AXGetParam
- %HI_AXGetParamsNr
- %HI_AXInvoke
- %HI_AXSetParam
- %HI_GetAXProp
- %HI_GetIDispProp
- %HI_IDispDoc
- %HI_IDispInvoke
- %HI_IDispRelease
- %HI_SetAXProp
- %HI_SetAXRefProp
- %HI_SetIDispProp
- %HI_SetIDispRefProp
Related pages:
Pridať komentár