tbl_model_tablelist
count = tbl_model_tablelist(tmid, array)
This function fills array with the names of the table root tags used in the table model whose ID is tmid. The root tag is the grid tag for the table.
If tmid is invalid, the function returns a zero (0); otherwise, it returns the number of tags in array.
Related Topics