QueryDBRecordFieldByName method: QueryDBRecord class
Syntax
QueryDBRecordFieldByName(Name)
Description
The QueryDBRecordFieldByName method returns the QueryDBRecordField object with the name Name.
Parameters
| Parameter | Description |
|---|---|
|
Name |
Specify the name of the QueryDBRecordField object that you want returned. |
Returns
A reference to a QueryDBRecordField object if successful, NULL otherwise.