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

__previnit 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

__previnit 2:

Available from 1.8