From 6f62d8681a43362ef50b8059e586ca750bf965e6 Mon Sep 17 00:00:00 2001 From: vincents Date: Wed, 5 Mar 2008 14:46:55 +0000 Subject: [PATCH] LCL: published TListbox.DragKind (bug #8350) git-svn-id: trunk@14430 - --- lcl/stdctrls.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/lcl/stdctrls.pp b/lcl/stdctrls.pp index 692928c605..0e365d6a51 100644 --- a/lcl/stdctrls.pp +++ b/lcl/stdctrls.pp @@ -596,6 +596,7 @@ type property Columns; property Constraints; property DragCursor; + property DragKind; property DragMode; property ExtendedSelect; property Enabled;