From f88fab8bc72eff6038fbef015c94f04c8aae812b Mon Sep 17 00:00:00 2001 From: juha Date: Sun, 5 Aug 2012 16:29:46 +0000 Subject: [PATCH] LCL, ShellTreeView: publish property Images (and HotTrack). Issue #14903 git-svn-id: trunk@38177 - --- lcl/shellctrls.pas | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lcl/shellctrls.pas b/lcl/shellctrls.pas index 74bc214d9e..328e1330cb 100644 --- a/lcl/shellctrls.pas +++ b/lcl/shellctrls.pas @@ -110,16 +110,18 @@ type property Font; property FileSortType; property HideSelection; + property HotTrack; + property Images; property Indent; //property ParentBiDiMode; property ParentColor default False; property ParentFont; property ParentShowHint; + property Path; property PopupMenu; property ReadOnly; property RightClickSelect; property Root; - property Path; property RowSelect; property ScrollBars; property SelectionColor;