LCL: published T(Float)SpinEdit.Font and ParentFont, reportedly they are working (bug #8549)

git-svn-id: trunk@14933 -
This commit is contained in:
vincents 2008-04-23 07:16:46 +00:00
parent 13c13fe6fb
commit 0db79d0c37

View File

@ -89,6 +89,7 @@ type
property Constraints;
property DecimalPlaces;
property Enabled;
property Font;
property Increment;
property MaxValue;
property MinValue;
@ -105,6 +106,7 @@ type
property OnMouseMove;
property OnMouseUp;
property OnResize;
property ParentFont;
property ParentShowHint;
property PopupMenu;
property ReadOnly;
@ -151,6 +153,7 @@ type
property BorderSpacing;
property Constraints;
property Enabled;
property Font;
property Increment;
property MaxValue;
property MinValue;
@ -167,6 +170,7 @@ type
property OnMouseMove;
property OnMouseUp;
property OnResize;
property ParentFont;
property ParentShowHint;
property PopupMenu;
property ReadOnly;