mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 16:56:03 +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 ArrowKeys;
|
||||||
property DecimalSeparator;
|
property DecimalSeparator;
|
||||||
property DecimalPlaces;
|
property DecimalPlaces;
|
||||||
|
property EditorEnabled;
|
||||||
property Increment;
|
property Increment;
|
||||||
property MaxValue;
|
property MaxValue;
|
||||||
property MinValue;
|
property MinValue;
|
||||||
@ -401,6 +402,7 @@ type
|
|||||||
|
|
||||||
//From TCustomFloatSpinEditEx
|
//From TCustomFloatSpinEditEx
|
||||||
property ArrowKeys;
|
property ArrowKeys;
|
||||||
|
property EditorEnabled;
|
||||||
property Increment;
|
property Increment;
|
||||||
property MaxValue;
|
property MaxValue;
|
||||||
property MinValue;
|
property MinValue;
|
||||||
|
Loading…
Reference in New Issue
Block a user