IBX.IBSQL.TIBXSQLDA.AsXSQLDA

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsXSQLDA: PXSQLDA read GetXSQLDA;

C++

__property Ibx::Ibheader::PXSQLDA AsXSQLDA = {read=GetXSQLDA};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBSQL.pas
IBX.IBSQL.hpp
IBX.IBSQL TIBXSQLDA

Description

Represents the XSQLDA field's value as an XSQLDA value.

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