First method: QueryRecord collection
Syntax
First()
Description
The First method returns the first QueryRecord object in the QueryRecord collection.
Parameters
None.
Returns
A reference to a QueryRecord object if successful, NULL otherwise.
Example
&MyQueryRecord = &MyCollection.First();