Data.DB.TBCDField.CheckTypeSize
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TBCDField |
Delphi
class procedure CheckTypeSize(Value: Integer); override;
C++
__classmethod virtual void __fastcall CheckTypeSize(int Value);
Description
Performs the validation of the BCD field's size .
The CheckTypeSize method performs the validation of a BCD field's size. If the size, whose value is given by the Value parameter, is greater than 32, an exception is raised.