IBX.IBSQL.TIBXSQLVAR.AsLong

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsLong: Long read GetAsLong write SetAsLong;

C++

__property int AsLong = {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 Long integer value.

Use the AsLong property to read the value of the field's data into a Long integer, or to assign a Long integer value to the contents of the field.