IBX.IBSQL.TIBXSQLVAR.SqlVar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SqlVar : TSQLVAR read FXSQLVAR write SetFXSQLVAR;

C++

__property TSQLVAR* SqlVar = {read=FXSQLVAR, write=SetFXSQLVAR};

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 an XSQLVAR value.

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