Re:TListView Checkboxes Don't Work
Quote
Nick Hodges (TeamB) wrote in message
<3639fd66.69734...@forums.inprise.com>...
Quote
>Rob --
>What do you mean when you say they don't work? You provide a fix for
>a problem that you don't describe.
>Nick Hodges
>TeamB
By no working I mean... When you set them programatically
eg. LV.Items[3].Checked := TRUE; Nothing happens.
-------------------------------------------------------
The problem has been reported...
http://www.inprise.com/devsupport/delphi/fixes/delphi4/vcl.html#standard
controls\tlistbox
Area: vcl\win 32 controls\tlistview
Reference Number: 328 (Published: 10/22/98)
Status: Open
Date Reported: 7/6/98
Severity: Commonly Encountered
Type: Basic Functionality Failure
Problem:
The Checked property of TListItem doesn't work
properly when adding list items. If a set of items is
added and the Checked property is set to true, only
the last item ends up checked.