Online Documentation for Advanced Data Export for RAD Studio VCL

TGetExportTextEvent


Unit

QExport4

 

type 

  TGetExportTextEvent = procedure(Sender: TObject; ColNo: integervar 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:

OnGetExportText event