Online Documentation for Advanced Data Export for RAD Studio VCL
TGetExportTextEvent
Unit
type
TGetExportTextEvent = procedure(Sender: TObject; 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: