Data.DB.TStringField.CheckTypeSize
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TStringField |
Delphi
class procedure CheckTypeSize(Value: Integer); override;
C++
__classmethod virtual void __fastcall CheckTypeSize(int Value);
Description
Performs the validation of a field's size.
CheckTypeSize returns True if the input integer can represent a valid size of a TStringField. The size of a TStringField is valid if it is nonnegative.