ListView1.Items.Item[1].Checked := False;

and

ListView1.Items[1].Checked := False;

work for me in D5.  Any help?

Cheers,

C.

-----Original Message-----
From: Ross Levis [mailto:[EMAIL PROTECTED]]

In D5 I need to uncheck items in code that have been checked manually in a
ListView (with Checkboxes := True).  I can't seem to do it!  Setting
MyListItem.Checked := False doesn't do it.  Tried a MyListView.Refresh
without luck.  Looks like a deficiency in D5.  Is there a workaround?
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to