Data.DB.TSmallintField.GetDataSize
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TSmallintField |
Delphi
function GetDataSize: Integer; override;
C++
virtual int __fastcall GetDataSize();
Description
Returns the number of bytes required to store a Smallint value in a field.
Call GetDataSize to return the number of bytes required to store a Smallint value in a field. GetDataSize returns 2.