RadioList
"RadioList" is used for the data of the type which chooses or records one from multiple elements. Unlike ComboBox, it can record selected contents directly.
SQL definition |
SMALLINT or VARCHAR(100) |
- List
Inputs a selection candidate. One line corresponds to one candidate. - VirticalOrder
If this value is True, it will arrange radio buttons in a vertical direction.
- Treat as number
Records the radio button currently checked for the value which starts with 0. In False, it records directly the text of the radio button currently checked.