IBX.IBSQL.TIBXSQLVAR.AsInteger

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsInteger: Integer read GetAsLong write SetAsLong;

C++

__property int AsInteger = {read=GetAsLong, write=SetAsLong, nodefault};

Properties

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

Description

Represents the XSQLVAR field's value as a 32-bit integer value.

Use the AsInteger property to read the value of the field's data into an integer, or to assign an integer value to the contents of the field.