__detach
[ Function ]
public __detach(): void;
This function is called by the system when the control is removed from the DOM of the browser.
The control is no longer visible to the operator at this time.
Own interaction events (click) should be deregistered in this code.
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 |