addChild

[ Funktion ]

public addChild(co: TcHmi.Controls.System.baseTcHmiControl, pos: number | null): void;

Fügt ein Kind-Control zu diesem Control hinzu. Dies beeinflusst nur die rein logische Beziehung, das Kind-Control wird nicht in den DOM eingehangen, ist daher nicht automatisch sichtbar.

Parameter

Name

Typ

Beschreibung

co

TcHmi.Controls.System.baseTcHmiControl

Control welches hinzugefügt werden soll.

pos

number, null

Legt die neue Position innerhalb der Kindliste fest. Ist diese null oder negativ, wird das neue Kind ans Ende gehängt.

Rückgabewert

Typ

Beschreibung

void

Kein Rückgabewert.

Siehe auch

Herkunft: TcHmiContainerControl

addChild 1:

Verfügbar ab Version 1.8