IBX.IBSQL.TIBXSQLVAR.AsInteger

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property AsInteger: Integer read GetAsLong write SetAsLong;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
IBX.IBSQL.pas
IBX.IBSQL.hpp
IBX.IBSQL TIBXSQLVAR

説明

XSQLVAR 項目の値を 32 ビット整数値として表します。

AsInteger プロパティを使用すると,項目のデータ値を整数に読み出したり,項目の内容に整数値を代入することができます。