IBX.IBCustomDataSet.TIBBCDField.CheckTypeSize
Delphi
class procedure CheckTypeSize(Value: Integer); override;
C++
__classmethod virtual void __fastcall CheckTypeSize(int Value);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | IBX.IBCustomDataSet.pas IBX.IBCustomDataSet.hpp |
IBX.IBCustomDataSet | TIBBCDField |
Description
Performs the validation of the BCD field's size . {{#multireplace:IBX.IBCustomDataSet.TIBBCDField.CheckTypeSize|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DB.TBCDField.CheckTypeSize|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DB.TBCDField.CheckTypeSize|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.