__init
[ Function ]
public __init(): void;
This function is called by the system when the control is created. At this point, all variables have been initialized with the values from the project.
The control is not yet visible at this point.
You may not call this function yourself. |
Parameter
Name | Type | Description |
---|---|---|
- | - | - |
Return value
Type | Description |
---|---|
void | No return value. |
See also
Origin: TcHmiControl
Available from 1.8 |