From 3fd96fa18900b68c86be43551be805b3820673ab Mon Sep 17 00:00:00 2001 From: sekelsenmat Date: Thu, 21 Oct 2010 15:45:31 +0000 Subject: [PATCH] TListView is changed from published to public. Fixes bug #16367 git-svn-id: trunk@27800 - --- lcl/comctrls.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcl/comctrls.pp b/lcl/comctrls.pp index 29509f275e..532dd21417 100644 --- a/lcl/comctrls.pp +++ b/lcl/comctrls.pp @@ -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;