Online Documentation for Advanced Excel Report for RAD Studio

OnGetFieldValue event

 

Example


Applies to

TEXLReport component

 

Declaration

property OnGetFieldValue: TEXLReportGetFieldValueEvent;

TEXLReportGetFieldValueEvent = procedure(Sender: TObject; const Field: Stringvar Value: OleVariant) of object;

 

Description

 

The OnGetFieldValue event takes place when the field name is read from the template, and not found neither in Dictionary, nor in datasets. According to the field name (Field parameter) you should set the cell value (output Value parameter).

 


See also:

OnSetCellValue event