Base controls

Use base controls objects to implement user interface elements that enable interaction with the application.

Object Description
Label Displays text that describes an item.
Text box Inserts and displays text at runtime.
Spin box Increases or decreases a numerical value using buttons or keys.
Editable label Displays an editable description of an item.
LED Displays a Boolean value in the form of an on LED or an off LED.
Button Generates events to perform methods.
Switch Sets and displays a Boolean value.
Checkbox Sets and displays a Boolean value using select and clear.
Option button Selects a mutually exclusive option in a group.
Linear gauge Sets or displays an integer value within a range of possible values.
Circular gauge Sets or displays an integer value within a range of possible values.
Date and time Displays date and time data in a specific input format.
Duration Displays the duration data.