Data.DB.TTimeField.GetDataSize
Delphi
function GetDataSize: Integer; override;
C++
virtual int __fastcall GetDataSize();
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | protected | Data.DB.pas Data.DB.hpp | Data.DB | TTimeField | 
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.