IBX.IBSQL.TIBXSQLVAR.Size

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Size: Integer read GetSize;

C++

__property int Size = {read=GetSize, nodefault};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBSQL.pas
IBX.IBSQL.hpp
IBX.IBSQL TIBXSQLVAR

Description

Indicates the maximum size, in bytes, of data in the sqldata field of the XSQLVAR.

Use the Size property to return the maximum size, in bytes, of data in the sqldata field of the XSQLVAR.