Data.DB.TTimeField.GetDataSize
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TTimeField |
Delphi
function GetDataSize: Integer; override;
C++
virtual int __fastcall GetDataSize();
Description
Returns the number of bytes required to store this object.
A TTimeField is stored as an integer value; thus GetDataSize returns the size of an integer value.