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

__init 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

__init 2:

Available from 1.8