RadioGroup
Multiple choices by radio button (exclusive DataCheckBoxes). This component allows one selection only from a number of choices.The label property associates a PLC variable (int type) used to memorise the choice made.When the variable connected contains a value outside the range, no radio button is selected in order to warn the user of the anomaly.It publishes the following properties:
- label: label that identifies the date on the PLC (formats allowed: label, label[constant], label[label2])
- borderGap: distance pixels from the borders of the single items
- numberRadio: number of radio buttons managed
- numCol: number of columns on which to divide the radio buttons
- numRow: number of rows on which to divide the radio buttons (takes priority over numCol)
- hint: allows association of a descriptive string to the data, taken from the database of texts, which can be displayed in another part of the screen as help (hint) relating to this data. Use the StringHint component.
- strings: list of strings to display on the single radio buttons. On the design they will all take on the first string on the list.
- text: fixed string, untranslatable, used in the case of strings not defined or defined in a lower number than the radio buttons presents.
- customFont: allows to select as component font, any font installed on the machine. Writing the name of the font, if is found, the font is used. Font size and style properties, are used also if customFont is enabled. Available only is G-VisionXXX systems from revision 4.7.1