EMS logo

Products Navigation

Advanced Excel Report

Our Partnership Status

MySQL Gold Certified Partner
Microsoft Certified Partner
Oracle Certified Partner
Embarcadero Technology Partner

EMS Advanced Excel Report

On-line Documentation

FindField

 

 


Applies to

TEXLReportDictionary object

 

Declaration

function FindField(const FieldName: String): TEXLReportField;

 

Description

 

The FindField method allows you to find a field in the collection by its FieldName. It works just like the FieldByName method, but it returns nil in case of unsuccessful execution, when FieldByName raises exception.

 

 


See also:

FieldByName method