In QM you can use several kinds of functions:
All QM functions and some API/COM functions are added to categories:
| mouse | Mouse functions. | ||||||||||||||||
| keytext | Keys, text, clipboard. Added in QM 2.3.2. | ||||||||||||||||
| dialog | Message box, other dialogs, popup menu.
|
||||||||||||||||
| file | Run, files, folders, database, XML, CSV. | ||||||||||||||||
| window | Windows, controls.
|
||||||||||||||||
| control | Controls, other UI objects, menu, Excel, find image. | ||||||||||||||||
| time | Wait, date/time. | ||||||||||||||||
| internet | Internet functions. | ||||||||||||||||
| string | String functions and operators. | ||||||||||||||||
| math | Math and some related functions.
|
||||||||||||||||
| multimedia | Sound. | ||||||||||||||||
| qm | QM items, threads, misc info, etc. | ||||||||||||||||
| sys | Various system functions: registry, shutdown, tray icon, processes, environment variables, etc.
|
||||||||||||||||
| sysinfo | Get/set system settings and info: version, display, user, etc. | ||||||||||||||||
| script | Other languages that can be used in QM: VBScript, C, C#, etc. | ||||||||||||||||
| flow | Flow control: if, repeat, select, etc. | ||||||||||||||||
| _debug | Debug, errors, optimize, log. Added in QM 2.3.2. | ||||||||||||||||
| _operator | Operators. Added in QM 2.3.2. | ||||||||||||||||
| _other | Several subcategories. All added in QM 2.3.2.
|
To get help for a function, click its name in code editor and press F1. Also look in status bar.