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 | Example |
ComboBox | int | string1|string2|string3 | Example |
Radio Button | int | radio:string1|string2|string3 | Example |
Slider | int/double | slider:start|end|nstep | Example |
ColorList (0 offset) | int | colorlist | Example |
ColorList with custom color (1 offset) | int | color0 | Example |
Password, input is enciphered | int/double/string | password | Example |
Button | int | button:button1|button2|button3 | Example |
Button to open a dialog for choosing a folder | string | ...path, ...path2 | Example |
Button to open save dialog | string | ...save: extension group name; ...save:[description (*.ext)] *.ext | Example |
Button to open file dialog using the specified settings | string | ...file(s): extension group name; ...file(s):[description (*.ext)] *.ext | Example |
Button to open a dialog for choosing the corresponding origin object | string | ...column(s); ...graph(s); ...matrix/matrices; ...report(s); ...sheet(s) | Example1 Example2 Example3 |
Single line edit with button | string | button text..users | Example |
Multiple lines edit with button | string | button text..user | Example |
Combobox with button | string | button text..user|:|string1|string2|string3 | Example |