From 30824db33d929a8d662085f6f4d4cd1d11bf4bbe Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Sat, 15 Jan 2022 21:25:43 +0000 Subject: [PATCH] ExCtrls: Unpublish the property NumbersOnly in TCurrSpinEditEx and TFloatSISpinEditEx. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8187 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/exctrls/source/exeditctrls.pas | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/exctrls/source/exeditctrls.pas b/components/exctrls/source/exeditctrls.pas index b04155fcc..0028fc0d9 100644 --- a/components/exctrls/source/exeditctrls.pas +++ b/components/exctrls/source/exeditctrls.pas @@ -113,7 +113,6 @@ type property Hint; property Layout; property MaxLength; - property NumbersOnly; property ParentBiDiMode; property ParentColor; property ParentFont; @@ -216,7 +215,6 @@ type property Hint; property Layout; property MaxLength; - property NumbersOnly; property ParentBiDiMode; property ParentColor; property ParentFont;