Data.DB.TDateField.GetDataSize

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TDateField

Delphi

function GetDataSize: Integer; override;

C++

virtual int __fastcall GetDataSize();

Description

Returns the number of bytes required to store a date value, represented as an Integer, in a field.

Call GetDataSize to return the number of bytes required to store a date value, represented as an Integer, in a field. GetDataSize returns 4.

See Also