Data.DB.TField.GetDataSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDataSize: Integer; virtual;

C++

virtual int __fastcall GetDataSize();

Properties

Type Visibility Source Unit Parent
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TField

Description

Returns the number of bytes required to store a field component's value.

Call GetDataSize to return the number of bytes required to store a field component's value. GetDataSize is the getter method for the DataSize property.

See Also