The ElXTree has a column with type set to Boolean in the HeaderSections property.
I placed the ElTreeInplaceCheckBox on the form and set the Tree to be my ItemTree.
I left the default value to be '*', because that's what was there when I dropped it on the form.
However, the values of Boolean are True/False or -1/0.
I don't see checkboxes in the column.
What value do I give ItemTree.Items.Item[i].Cells[1].Text so that the cell will display as a checked checkbox?
What value for an unchecked checkbox?
Thanks.
Raymond
Comments