Online Documentation for Advanced Data Export for RAD Studio VCL

TQExport4.ExportSource

 

TQExport4                


type 

  TQExportSource = (esDataSet, esListView, esDBGrid, esStringGrid, esCustom);

 

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 TQExport properties to determine the instanse of the selected source component: DataSet, DBGrid, ListView or StringGrid in accordance. The esCustom value allows you to export data from any source you want. See the CustomSource property for details.

 


See also:

CustomSource property

DataSet property

DBGrid property

ListView property

StringGrid property