mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-27 15:39:42 +02:00
* Proper CheckTypeSize check for TWideStringField
* Allow non-zero Size for TNumericField to avoid problems with buggy TDataset descendents git-svn-id: trunk@9865 -
This commit is contained in:
parent
d8755158b4
commit
88dc37a1e3
@ -494,6 +494,7 @@ type
|
||||
FDisplayFormat : String;
|
||||
FEditFormat : String;
|
||||
protected
|
||||
class procedure CheckTypeSize(AValue: Longint); override;
|
||||
procedure RangeError(AValue, Min, Max: Double);
|
||||
procedure SetDisplayFormat(const AValue: string);
|
||||
procedure SetEditFormat(const AValue: string);
|
||||
|
Loading…
Reference in New Issue
Block a user