Online Documentation for Advanced Data Export for RAD Studio VCL
TQExport4XLS.OnAdvancedExportedRecord
type
TxlsExportedRecordEvent = procedure(Sender: TObject; Sheet, RecNo: integer) of object;
property OnAdvancedExportedRecord: TxlsExportedRecordEvent;
Description
The OnAdvancedExportedRecord event is the expanded analog of the OnExportedRecord event of the TQExport class. The only difference in these events is the Sheet parameter which defines the result Excel sheet to apply the formatting to.
See also: