Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The JScript programming language is used in Intellect to implement additional user functions not included in the basic Intellect functionality.

The JScript programming language is a de-facto standard feature for developing and running user scripts. Intellect supports the version of JScript based on the JScript language implemented in the ActiveX technology by Microsoft. The general description of the JScript object model, used in Intellect, is given in the Microsoft documentation (for example, MSDN).

The JScript scripts in Intellect are executed using the standard ActiveX modules software components included in the Windows operating systemOS. So, when you develop scripts, any objects from the ActiveX-based JScript can be used in developing the scripts for Intellect.you can use any components of the JScript object model implemented in the ActiveX technology.

Intellect additionally provides a specialized object model for script development in the JScript language that allows you to work with system objects of Intellect, receive and send system events and reactionsA set of specialized JScript objects is provided in Intellect for handling Intellect system objects, and for sending and receiving system events and actions.