IBX.IBSQL.TIBSQL.FieldByName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FieldByName(FieldName: String): TIBXSQLVAR;

C++

TIBXSQLVAR* __fastcall FieldByName(System::UnicodeString FieldName);

Properties

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

Description

Returns the XSQLVAR fields by name.

Use the FieldByName method to return the XSQLVAR fields by name.