QueryDBRecordFieldByIndex method: QueryDBRecord class

Syntax

QueryDBRecordFieldByIndex(Index)

Description

The QueryDBRecordFieldByIndex method returns the QueryDBRecordField object that exists at the index position in the QueryDBRecordField collection.

Parameters

Parameter Description

Index

Specify the position number in the collection of the QueryDBRecordField object that you want returned.

Returns

A reference to a QueryDBRecordField object if successful, NULL otherwise.