Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

LMDCheckListDlg - setting checked states

Maybe I'm just being stupid today, but I can't find any way to set the states of the checkboxes in the CheckListDlg. If have tried:
  • MyCheckListDlg.Checked[x] := true
  • MyCheckListDlg.CheckListBox.Checked[x] := true
  • MyCheckListDlg.CheckListBox.State[x] := cbChecked;
  • MyCheckListDlg.value := 1  (for item[0], 3 for item[0] and [1], etc)
Can someone point out what must be obvious to all but me! 
(I do have LMD version 2013.6 but there are no bugs listed for the CheckListDlg since then)

Comments

Sign In or Register to comment.