jvcllaz: Publish property BorderSpacing for TJvTMTimeLine.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7266 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz 2020-01-11 17:02:02 +00:00
parent d5aff07ca7
commit 45bca62366

View File

@ -296,6 +296,8 @@ type
property Action; property Action;
property Align default alTop; property Align default alTop;
property Anchors; property Anchors;
property BorderSpacing;
property Color;
property Constraints; property Constraints;
property Cursor; property Cursor;
property Enabled; property Enabled;
@ -309,7 +311,6 @@ type
property ShowHint; property ShowHint;
property TabOrder; property TabOrder;
property TabStop; property TabStop;
property Color;
// triggered when the display is scrolled or when the left-most date changes // triggered when the display is scrolled or when the left-most date changes
property OnChange; property OnChange;
// triggered when the control is clicked // triggered when the control is clicked