TListView is changed from published to public. Fixes bug #16367

git-svn-id: trunk@27800 -
This commit is contained in:
sekelsenmat 2010-10-21 15:45:31 +00:00
parent 1767ba3390
commit 3fd96fa189

View File

@ -1215,7 +1215,7 @@ type
// property HotTrackStyles;
// property HoverTime;
property IconOptions;
property ItemIndex;
// property ItemIndex; shouldn't be published, see bug 16367
property Items;
property LargeImages;
property MultiSelect;