mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 10:39:18 +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 Color;
|
||||||
property Constraints;
|
property Constraints;
|
||||||
property DragCursor;
|
property DragCursor;
|
||||||
|
property DragKind;
|
||||||
property DragMode;
|
property DragMode;
|
||||||
property DropDownCount;
|
property DropDownCount;
|
||||||
property Enabled;
|
property Enabled;
|
||||||
@ -831,6 +832,7 @@ type
|
|||||||
property Constraints;
|
property Constraints;
|
||||||
property CharCase;
|
property CharCase;
|
||||||
property DragCursor;
|
property DragCursor;
|
||||||
|
property DragKind;
|
||||||
property DragMode;
|
property DragMode;
|
||||||
property EchoMode;
|
property EchoMode;
|
||||||
property Enabled;
|
property Enabled;
|
||||||
@ -884,6 +886,7 @@ type
|
|||||||
property Color;
|
property Color;
|
||||||
property Constraints;
|
property Constraints;
|
||||||
property DragCursor;
|
property DragCursor;
|
||||||
|
property DragKind;
|
||||||
property DragMode;
|
property DragMode;
|
||||||
property Enabled;
|
property Enabled;
|
||||||
property Font;
|
property Font;
|
||||||
@ -974,6 +977,7 @@ type
|
|||||||
property Color nodefault;
|
property Color nodefault;
|
||||||
property Constraints;
|
property Constraints;
|
||||||
property DragCursor;
|
property DragCursor;
|
||||||
|
property DragKind;
|
||||||
property DragMode;
|
property DragMode;
|
||||||
property FocusControl;
|
property FocusControl;
|
||||||
property Font;
|
property Font;
|
||||||
@ -1103,6 +1107,7 @@ type
|
|||||||
property Constraints;
|
property Constraints;
|
||||||
property Default;
|
property Default;
|
||||||
property DragCursor;
|
property DragCursor;
|
||||||
|
property DragKind;
|
||||||
property DragMode;
|
property DragMode;
|
||||||
property Enabled;
|
property Enabled;
|
||||||
property Font;
|
property Font;
|
||||||
@ -1399,6 +1404,7 @@ type
|
|||||||
property Color;
|
property Color;
|
||||||
property Constraints;
|
property Constraints;
|
||||||
property DragCursor;
|
property DragCursor;
|
||||||
|
property DragKind;
|
||||||
property DragMode;
|
property DragMode;
|
||||||
property Enabled;
|
property Enabled;
|
||||||
property FocusControl;
|
property FocusControl;
|
||||||
|
Loading…
Reference in New Issue
Block a user