Data.DB.TFMTBCDField.CheckTypeSize
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TFMTBCDField |
Delphi
class procedure CheckTypeSize(Value: Integer); override;
C++
__classmethod virtual void __fastcall CheckTypeSize(int Value);
Description
Performs the validation of a field's size.
If Value
is greater than the maximum BCD precision (MaxFMTBcdFractionSize: Integer = $40), an error is raised.