TTMSFNCDataGridExportState Enumeration
Progress stage reported to
ExportNotificationduring a data export operation.
API unit family: TMSFNCDataGridCore
Members
| Name | Description |
|---|---|
gesExportStart |
Export has started; headers or preamble are about to be written. |
gesExportNewRow |
A new output row is being written. |
gesExportDone |
Export has finished successfully. |
gesExportSelectedRow |
A row from the current selection is being exported. |
gesExportFail |
Export encountered an error and could not complete. |
gesExportNextRow |
Moving to the next row in the export sequence. |
gesExportFindRow |
Searching for a matching row during conditional export. |