Recolor backgrounds for rows in a table dialog element according to the value of the column.


Example.

In the listbox element specified by the iListBoxElements descriptor, color the row pads with stripes along the values ​​in column 8. Colors are white/light gray.

ts_dialogcontrol(iListBoxElements, "RepaintBackgroundItemsByColumnValue", 8, 255, 255, 255, 248, 248, 248);




As a result, the premises are visually highlighted with stripes.