QueryRecord property: QueryField class
Description
This property returns a reference to the QueryRecord containing this QueryField. If the field has no QueryRecord (that is, that this field is an expression field), this property returns NULL.
This property is read-only.
Example
&QryRcd = &QryFld.QueryRecord;