Online Documentation for Advanced Excel Report for RAD Studio

FieldByName


Applies to

TEXLReportDictionary object

 

Declaration

function FieldByName(const FieldName: String): TEXLReportField;

 

Description

 

As each TEXLReportField object has FieldName property, you can access this object by its FieldName, using the FieldByName method.

 


See also:

FindField method