mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 00:37:27 +02:00
T(Float)SpinEditEx: publish property EditorEnabled.
git-svn-id: trunk@64967 -
This commit is contained in:
parent
55040cc650
commit
ad2c6398fb
@ -297,6 +297,7 @@ type
|
||||
property ArrowKeys;
|
||||
property DecimalSeparator;
|
||||
property DecimalPlaces;
|
||||
property EditorEnabled;
|
||||
property Increment;
|
||||
property MaxValue;
|
||||
property MinValue;
|
||||
@ -401,6 +402,7 @@ type
|
||||
|
||||
//From TCustomFloatSpinEditEx
|
||||
property ArrowKeys;
|
||||
property EditorEnabled;
|
||||
property Increment;
|
||||
property MaxValue;
|
||||
property MinValue;
|
||||
|
Loading…
Reference in New Issue
Block a user