QueryDBRecord Class Methods

In this section, we discuss the QueryDBRecord class methods. The methods are discussed in alphabetical order.

Syntax

QueryDBRecordFieldByIndex(Index)

Description

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

Parameters

Field or Control

Definition

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.

Syntax

QueryDBRecordFieldByName(Name)

Description

The QueryDBRecordFieldByName method returns the QueryDBRecordField object with the name Name.

Parameters

Field or Control

Definition

Name

Specify the name of the QueryDBRecordField object that you want returned.

Returns

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