* 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:
joost 2008-01-22 16:48:45 +00:00
parent d8755158b4
commit 88dc37a1e3

View File

@ -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);