API:Data.DB.TTimeField.GetDataSize

From RAD Studio API Documentation
Jump to: navigation, search

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 a TDateTime value.

Data.DB.TTimeField.GetDataSize inherits from Data.DB.TDateTimeField.GetDataSize. All content below this line refers to Data.DB.TDateTimeField.GetDataSize.

Returns the number of bytes required to store a TDateTime value.

Call GetDataSize to return the number of bytes required to store a TDateTime value in the TDateTimeField. GetDataSize returns 8.

See Also