getChildren
[ Function ]
public getChildren(): TcHmi.Controls.System.baseTcHmiControl[];
Returns an array of all child controls of this control. This is the purely logical relationship.
Parameter
Name | Type | Description |
---|---|---|
- | - |
Return value
Type | Description |
---|---|
List of all child controls. If there are no children, an empty array is returned. |
See also
Origin: TcHmiContainerControl
Available from 1.8 |