CheckListBox - hide checks

Hi


I have a series of forms derived from a base form. The base form has a checklistbox but I need some of the descendant forms to have a listbox with checks and some not. Is there any way to hide the checks in the checklistbox?

Thanks, Bob

Hi, 


Sorry this is currently not possible. You could inherit from TTMSFNCCustomCheckedListBox and override the DoGetNodeCheckType to hide the checkbox, or simply use the TTMSFNCListBox component.