<html><head></head><body bgcolor='#FFFFFF' style='font-size:12px;background-color:#FFFFFF;font-family:Verdana, Arial, sans-serif;'>A simple<br/><br/>checklistbox1.enabled := false wouldnt do it.<br/><br/>Try this code :<br/><br/>procedure TForm1.CheckListBox1ItemClick(Sender: TObject; Index: integer);<br/>begin<br/>  checklistbox1.Checked[index] := not  checklistbox1.Checked[index] ;<br/>end;<br/><br/><br/><br/>-- <br/><br/>Auf meiner Homepage www.Corpsman.de ist immer was los, ständig wird sie aktualisiert und erweitert. Da ist für jeden was dabei.<br/><br/><blockquote style="border-left: 2px solid blue; margin-left: 5px; padding-left:5px; padding-top:5px;"><hr/><b>Von:</b> "Zaher Dirkey" <parmaja@gmail.com><br/><b>Gesendet:</b> 04.08.2011 00:20:06<br/><b>An:</b> "Lazarus mailing list" <lazarus@lists.lazarus.freepascal.org><br/><b>Betreff:</b> [Lazarus] How to make TCheckListBox read only<br/><br/><div>Hi,<br/>How to make TCheckListBox read only, the user can not change the checked for item?.<br clear="all"/><br/>Thanks in advance<br/>Zaher Dirkey</div></blockquote>  <br><br><table cellpadding="0" cellspacing="0" border="0"><tr><td bgcolor="#000000"><img src="https://img.ui-portal.de/p.gif" width="1" height="1" border="0" alt="" /></td></tr><tr><td style="font-family:verdana; font-size:12px; line-height:17px;">Schon gehört? WEB.DE hat einen genialen Phishing-Filter in die   <br>Toolbar eingebaut! <a href="http://produkte.web.de/go/toolbar"><b>http://produkte.web.de/go/toolbar</b></a></td></tr></table>
</body></html>