IBX.IBSQL.TIBXSQLVAR.AsShort

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsShort: Short read GetAsShort write SetAsShort;

C++

__property short AsShort = {read=GetAsShort, write=SetAsShort, 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 Short integer value.

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