First method: QueryField collection

Syntax

First()

Description

The First method returns the first QueryField object in the QueryField collection.

Parameters

None.

Returns

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

Example

&MyQueryField = &MyCollection.First();