IBX.IBSQL.TIBXSQLDA.Vars

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Vars[Idx: Integer]: TIBXSQLVAR read GetSQLVAR; default;

C++

__property TIBXSQLVAR* Vars[int Idx] = {read=GetSQLVAR/*, default*/};

Properties

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

Description

Returns the XSQLVAR defined for the XSQLDA parameter.

Use Vars to return the XSQLVAR defined for the XSQLDA parameter.

Vars is the default property for TIBXSQLDSA, which means that the name of the Vars property can be omitted when the TIBXSQLDA object implements a property in another object.