Data.DB.TSingleField.GetDataSize
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TSingleField |
Delphi
function GetDataSize: Integer; override;
C++
virtual int __fastcall GetDataSize();
Description
Returns the number of bytes necessary to store the field value (4 bytes).
GetDataSize returns the size of a single precision floating-point value.