From 7c856f001b79d64e04943b390761d14dbadb938a Mon Sep 17 00:00:00 2001 From: wp Date: Sun, 30 May 2021 19:42:44 +0000 Subject: [PATCH] LCL/Buttons: Publish DragCursor, DragKind and DragMode for TBitBtn and TSpeedButton. Addendum to issue #38891. git-svn-id: trunk@65155 - --- lcl/buttons.pp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lcl/buttons.pp b/lcl/buttons.pp index 3c789534c9..5acf98f1d6 100644 --- a/lcl/buttons.pp +++ b/lcl/buttons.pp @@ -236,6 +236,9 @@ type property Constraints; property Default; property DefaultCaption; + property DragCursor; + property DragKind; + property DragMode; property Enabled; property Font; property Glyph; @@ -423,6 +426,9 @@ type property Caption; property Color; property Down; + property DragCursor; + property DragKind; + property DragMode; property Enabled; property Flat; property Font;