IBX.IBSQL.TIBXSQLVAR.AsPointer

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

Delphi

property AsPointer: Pointer read GetAsPointer write SetAsPointer;

C++

__property void * AsPointer = {read=GetAsPointer, write=SetAsPointer};

プロパティ

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

説明

XSQLVAR 項目の値を Pointer 値として表します。

AsPointer プロパティを使用すると,項目のデータ値を Pointer 型のオブジェクトや変数に読み出したり,項目の内容に Pointer 値を代入することができます。