Set the text color for the given row in the tabular dialog element.

Call:

ts_dialogcontrol(int iListBox, "SetItemColor", int row, int red, int green, int blue);


Here:

iListBox - descriptor of the table element of the dialog,

row - row number,

red, green, blue - values ​​from 0 to 255 for red, green and blue components.