Online Documentation for Advanced Data Export for RAD Studio VCL
TQExport4Dialog.ExportSource
property ExportSource: TQExportSource;
Description
The ExportSource property determines the data source for export. The following values are available:
esDataset - export from DataSet
esDBGrid - export from DBGrid
esListView - export from ListView
esStringGrid - export from StringGrid
Use TQExport4Dialog properties to determine the instance of the selected source component: DataSet, DBGrid, ListView or StringGrid respectively.
See also: