Online Documentation for Advanced Data Export for RAD Studio VCL

TGetDataParamsEvent


Unit

QExport4XLS

 

type 

  TGetDataParamsEvent = procedure(Sender: TObject; Col, Row: integer; Format: TxlsFormat; 

var FormatText: string) of object;

 

Description

The OnGetDataParams event type. Parameters Col and Row indicate the cell position, and Format contains the cell parameters. Use FormatString to set the format of the result numeric, currency or date/time value.

 


See also:

OnGetDataParams event