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