IupGetChildCount
| Definition: |
include pGUI.e
integer count = IupGetChildCount(Ihandle ih) |
| Description: |
Returns the number of children of the given control.
ih: identifier of the interface element. Returns: the number of children. |
| pwa/p2js: | Supported. |
| See Also: | IupGetChild, IupGetChildPos, IupGetNextChild, IupGetBrother, IupGetParent |