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:

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.

BaseControl 1:

The attribute is not applicable to all controls.

Layout

ContentPadding

tchmi:framework#/definitions/Padding

Specifies the padding for the content of the control.

BaseControl 2:

The attribute is not applicable to all controls.