IBX.IBSQL.TIBXSQLVAR.Data

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Data : TSQLVAR read FXSQLVAR write FXSQLVAR;

C++

__property TSQLVAR* Data = {read=FXSQLVAR, write=FXSQLVAR};

Properties

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

Description

Accesses the underlying InterBase XSQLVAR structure.

Use the Data property to access the underlying InterBase XSQLVAR structure.