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

Description

Returns the number of bytes required to store a wide string in the field.

Call GetDataSize to return the number of bytes required to store a wide string in the field.

See Also