IBX.IBSQL.TIBSQL.Fields

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Fields[const Idx: Integer]: TIBXSQLVAR read GetFields;

C++

__property TIBXSQLVAR* Fields[const int Idx] = {read=GetFields};

Properties

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

Description

Returns the XSQLVAR fields.

Use the Fields property to return the XSQLVAR fields.