Online Documentation for Advanced Data Export for RAD Studio VCL
TGetCellParamsEvent
Unit
type
TGetCellParamsEvent = procedure(Sender: TObject; RecNo, ColNo: integer; const Value: string;
var Align: TQExportColAlign; AFont: TFont; var Background: TColor) of object;
Description
The TGetCellParamsEvent type is the OnGetCellParams event type. Parameters RecNo and ColNo allow you to identify the exported record, parameter Value contains its value. Output parameter Align allows you to set the cell alignment (ecaLeft, ecaCenter or ecaRight), AFont sets the cell font, and Background sets the cell background color.
See also: