nChildRows = MTblGetChildRowCount( hWndTbl, nRow )

Gets the number of a row's child rows.

Parameters
hWndTbl
Window Handle: Handle of the table

nRow
Number: Row whose number of child rows you want to get

Return
Number: Number of child rows if successful, negative when an error occurs

Example
In this example the number of a row's child rows are determined:

Set nChildRowCount = MTblGetChildRowCount( hWndTbl, nRow )

See also
Tree view

Created with the Personal Edition of HelpNDoc: Create cross-platform Qt Help files