| 
       << Click to display table of contents >> TRVReportQueryProcessor.IsFieldEmpty | 
    
Returns: is the field value empty/undefined?
function IsFieldEmpty(Field: TRVReportField): Boolean;
To get a value for the Field parameter, use GetField.
This method is used by a report generator to check a parameter in "IfDef" and "IfNDef" commands.