A simple

checklistbox1.enabled := false wouldnt do it.

Try this code :

procedure TForm1.CheckListBox1ItemClick(Sender: TObject; Index: integer);
begin
  checklistbox1.Checked[index] := not  checklistbox1.Checked[index] ;
end;



-- 

Auf meiner Homepage www.Corpsman.de ist immer was los, ständig wird sie aktualisiert und erweitert. Da ist für jeden was dabei.


Von: "Zaher Dirkey" <parm...@gmail.com>
Gesendet: 04.08.2011 00:20:06
An: "Lazarus mailing list" <lazarus@lists.lazarus.freepascal.org>
Betreff: [Lazarus] How to make TCheckListBox read only

Hi,
How to make TCheckListBox read only, the user can not change the checked for item?.

Thanks in advance
Zaher Dirkey
  

Schon gehört? WEB.DE hat einen genialen Phishing-Filter in die   
Toolbar eingebaut! http://produkte.web.de/go/toolbar
--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to