API:Data.DB.TWideStringField.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: TWideStringField

Delphi

function GetDataSize: Integer; override;

C++

virtual int __fastcall GetDataSize();

Description

Returns the number of bytes necessary to store the field's value.

Data.DB.TWideStringField.GetDataSize inherits from Data.DB.TStringField.GetDataSize. All content below this line refers to Data.DB.TStringField.GetDataSize.

Returns the number of bytes necessary to store the field's value.

GetDataSize returns Size + 1.