Data.DB.TField.GetIOSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIOSize: Integer; virtual;

C++

virtual int __fastcall GetIOSize();

Properties

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

Description

Returns the maximum number of bytes of the buffer.

You need this value when you use TDataSet.GetFieldData to get the value of the field.

See Also