1. cbsCheckBoxColumn
I have assigned ValueChecked = '1' & ValueUnchecked = '0'
and in a column of every row StringGrid1.Cells[x,x] = '0' = unchecked.
When I clicked/ticked such a cell to have it checked, what is the procedure for this event ? I tried to use StringGrid1Check, it gave '1' after this procedure finished, not in the procedure.
2. cbsButtonColumn ... what is the procedure for this event ? And how can I put a small .jpg picture on the button when click it.
3. cbsPickList ... what is the procedure for this event ?