BaseControl
The BaseControl is the basis for various controls, it contains methods and attributes that other controls also need. This prevents redundant implementations.
Use
This is only used for inheritance and is therefore not available in the toolbox.
Features
Implements functionalities that run in the background and take over the management of various tasks. These include, for example:
- Busy handling
- log out various watches
Attributes
The control inherits from TcHmiControl and thus has the same attributes. In addition, there are the following attributes.
Common
ReadOnly
tchmi:general#/definitions/Boolean
Determines whether the user has read-only or write access.
The attribute is not applicable to all controls. |
Layout
ContentPadding
tchmi:framework#/definitions/Padding
Specifies the padding for the content of the control.
The attribute is not applicable to all controls. |