Online Documentation for Advanced Data Export for RAD Studio VCL
TQExport4.OnBeforeExportRow
type
TBeforeExportRowEvent = procedure(Sender: TObject; Row: TQExportRow; var Accept: boolean) of object;
property OnGetCellParams: TBeforeExportRowEvent;
Description
The OnBeforeExportRow event allows you to manage data during the export process. The Row parameter allows you to access data in the current row, and the Accept parameter allows you to export the row or not. If Accept is set to true, the row will be exported.