Table of Contents

TFlexCelDataConversionEvent Anonymous method

A function to convert a class, record or array into a value FlexCel can write in the template.

"v": Value to be converted.

"ConvertedValue": In this variable you need to return the converted value.

Syntax

Unit: FlexCel.Report

TFlexCelDataConversionEvent = reference to function(const v: TFlexCelDataConversionArgs; out ConvertedValue: TReportValue): Boolean;