IBX.IBSQL.TIBXSQLVAR.AsPointer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsPointer: Pointer read GetAsPointer write SetAsPointer;

C++

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

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 Pointer value.

Use the AsPointer property to read the value of the field's data into an object or variable of type Pointer, or to assign a Pointer value to the contents of the field.