Data.DB.TField.CheckTypeSize
Delphi
class procedure CheckTypeSize(Value: Integer); virtual;
C++
__classmethod virtual void __fastcall CheckTypeSize(int Value);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | Data.DB.pas Data.DB.hpp | Data.DB | TField | 
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.