Online Documentation for Advanced Data Export for RAD Studio VCL
TQGetExportTextEvent
Unit
type
TQGetExportTextEvent = procedure(Sender: TQExport4; ColNo: integer; var Text: string) of object;
Description
The TGetExportTextEvent type is the OnGetExportText event type. Variable ColNo indicates the source column from which the string is exported, and variable Text contains the string value which can be edited before inserting the string to file.
See also: