__previnit
[ Function ]
public __previnit(): void;
This function is called by the system when the control is created. A Template.html file has been added to the root element (see getElement) at this point. All variables should be initialized here.
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 |