__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.

__detach 1:

You may not call this function yourself.
However, a control developer must implement this feature within a framework control.

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

void

No return value.

See also

Origin: TcHmiControl

__detach 2:

Available from 1.8