1.4.3 X-Function Controls
Please note that there is control part in table view of X-Function Builder. It's case-insensitive.
| Usage | Data Type | Control | Details |
|---|---|---|---|
| CheckBox | int | 0|1 | |
| ComboBox | int | string1|string2|string3 | |
| Radio Button | int | radio:string1|string2|string3 | |
| Slider | int/double | slider:start|end|nstep | |
| ColorList (0 offset) | int | colorlist | |
| ColorList with custom color (1 offset) | int | color0 | |
| Password, input is enciphered | int/double/string | password | |
| Button | int | button:button1|button2|button3 | |
| Button to open a dialog for choosing a folder | string | ...path, ...path2 | |
| Button to open save dialog | string | ...save: extension group name; ...save:[description (*.ext)] *.ext | |
| Button to open file dialog using the specified settings | string | ...file(s): extension group name; ...file(s):[description (*.ext)] *.ext | |
| Button to open a dialog for choosing the corresponding origin object | string | ...column(s); ...graph(s); ...matrix/matrices; ...report(s); ...sheet(s) | |
| Single line edit with button | string | button text..users | |
| Multiple lines edit with button | string | button text..user | |
| Combobox with button | string | button text..user|:|string1|string2|string3 |