mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 05:19:14 +02:00
+ Merged revisions 120
git-svn-id: branches/fixes_2_0@122 -
This commit is contained in:
parent
bb24820bda
commit
3777686630
@ -1410,6 +1410,8 @@ constructor TFloatField.Create(AOwner: TComponent);
|
||||
begin
|
||||
Inherited Create(AOwner);
|
||||
SetDatatype(ftfloat);
|
||||
FPrecision:=15;
|
||||
FValidChars := [DecimalSeparator, '+', '-', '0'..'9', 'E', 'e'];
|
||||
end;
|
||||
|
||||
Function TFloatField.CheckRange(AValue : Double) : Boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user