Online Documentation for Advanced Excel Report for RAD Studio
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: