gGetChildCount
| Definition: |
include xpGUI.e
integer count = gGetChildCount(gdx id) |
| Description: |
Returns the number of children of the given control.
id: identifier of the interface element. Returns: the number of children. |
| pwa/p2js: | Supported. |
| See Also: | gGetChild, gGetBrother, gGetParent |