Export table rows to a tabular dialog element.

Call:

ts_table(iTableDescr, "export_to_dialogcontrol", int iDailogControlDescr, int startrow, int maxrows);


Here:

iDailogControlDescr - a handle to the dialog element where to write lines,

startrow - table start row (index from 0),

maxrows - the maximum number of rows (-1 means all rows).