Dystlab software has its own scripting engine (Scripter) that supports Pascal and Basic programming languages. Scripter can be used to develop applications, draw frames in reports, graphical visualizations, and more.


Purpose of the engine

As a rule, a scripting engine is used in the following cases:

  • to perform operations that are difficult to automate in any other way
  • to expand the functionality of the program
  • to develop applications, including those with a windowed interface
  • to improve security (for example, to strengthen control over incoming/outgoing data), etc.

See also