From fe226671fc89c5269a1ddcd18dd56b58651a3314 Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 16 Apr 2010 08:29:17 +0000 Subject: [PATCH] lcl: apply patch of Juha which adds 2 published properties to TShellTreeView (issue #0016280) git-svn-id: trunk@24648 - --- lcl/shellctrls.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lcl/shellctrls.pas b/lcl/shellctrls.pas index 97019721be..da75e81a8b 100644 --- a/lcl/shellctrls.pas +++ b/lcl/shellctrls.pas @@ -97,6 +97,8 @@ type property ExpandSignType; property Font; property FileSortType; + property HideSelection; + property Indent; //property ParentBiDiMode; property ParentColor default False; property ParentFont;