mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 12:39:29 +02:00
lcl: publish DragKind property for some standard controls (part of issue #0013427)
git-svn-id: trunk@19167 -
This commit is contained in:
parent
834c9f9146
commit
9366c72035
@ -405,6 +405,7 @@ type
|
||||
property Color;
|
||||
property Constraints;
|
||||
property DragCursor;
|
||||
property DragKind;
|
||||
property DragMode;
|
||||
property DropDownCount;
|
||||
property Enabled;
|
||||
@ -831,6 +832,7 @@ type
|
||||
property Constraints;
|
||||
property CharCase;
|
||||
property DragCursor;
|
||||
property DragKind;
|
||||
property DragMode;
|
||||
property EchoMode;
|
||||
property Enabled;
|
||||
@ -884,6 +886,7 @@ type
|
||||
property Color;
|
||||
property Constraints;
|
||||
property DragCursor;
|
||||
property DragKind;
|
||||
property DragMode;
|
||||
property Enabled;
|
||||
property Font;
|
||||
@ -974,6 +977,7 @@ type
|
||||
property Color nodefault;
|
||||
property Constraints;
|
||||
property DragCursor;
|
||||
property DragKind;
|
||||
property DragMode;
|
||||
property FocusControl;
|
||||
property Font;
|
||||
@ -1103,6 +1107,7 @@ type
|
||||
property Constraints;
|
||||
property Default;
|
||||
property DragCursor;
|
||||
property DragKind;
|
||||
property DragMode;
|
||||
property Enabled;
|
||||
property Font;
|
||||
@ -1399,6 +1404,7 @@ type
|
||||
property Color;
|
||||
property Constraints;
|
||||
property DragCursor;
|
||||
property DragKind;
|
||||
property DragMode;
|
||||
property Enabled;
|
||||
property FocusControl;
|
||||
|
Loading…
Reference in New Issue
Block a user