On this page:
This component is Portable. It runs both on Windows and on Web Pages hosted in any platform.
After dragging and dropping the component into the Drawing area, double-click it to open the graphical element configuration window.
PushButton Settings | |
---|---|
Field | Description |
Label Text | It specifies the text displayed with the PushButton. |
Localize | It enables the label text can be dynamically adjusted based on the user's locale settings, ensuring the interface is accessible and understandable to users from different language backgrounds. |
Linked Value | It associates the checkbox with a tag, enumeration, value, or object. This linkage means that the state of the Push(checked or unchecked) will reflect the changes in the selected object in your application. |
The application instantly performs the linked action when users press the PushButton. This button provides immediate feedback, confirming the interaction. The event handler then executes the command, such as initiating a process, starting data logging, or resetting an alarm, ensuring prompt responses.
In this section: