LCL: Publish TTrackBar properties Color, Font, ParentColor, ParentFont. Issues #31319, #31320.

git-svn-id: trunk@54061 -
This commit is contained in:
juha 2017-02-01 23:55:02 +00:00
parent 15f7e0a61c
commit 058ff4064c

View File

@ -2695,10 +2695,12 @@ type
property Align; property Align;
property Anchors; property Anchors;
property BorderSpacing; property BorderSpacing;
property Color;
property Constraints; property Constraints;
property DragCursor; property DragCursor;
property DragMode; property DragMode;
property Enabled; property Enabled;
property Font;
property Frequency; property Frequency;
property Hint; property Hint;
property LineSize; property LineSize;
@ -2729,6 +2731,8 @@ type
property OnUTF8KeyPress; property OnUTF8KeyPress;
property Orientation; property Orientation;
property PageSize; property PageSize;
property ParentColor;
property ParentFont;
property ParentShowHint; property ParentShowHint;
property PopupMenu; property PopupMenu;
property Position; property Position;