EMS logo

Produits

Advanced Data Export .NET

Notre statut de partenariat

MySQL Gold Certified Partner
Microsoft Certified Partner
Oracle Certified Partner
Embarcadero Technology Partner

EMS Advanced Data Export .NET

Documentation en ligne

TQExport3Dialog.Execute

TQExport3Dialog      See also



procedure Execute;

Description
The Execute method executes the export of source data to file. In case of the invocation, the function checks if the FileName
and ExportSource (and the corresponding DataSet, DBGrid, ListView or StringGrid) properties are correct; in case of an error, the exceptions are raised and the method stops executing, returning false as a result. If all the required properties are set correctly, the method starts its work with generating the OnBeginExport event. Then the data export to file begins, and after the export of each record the event OnExportedRecord event takes place. On completion of the process, the event OnEndExport is invoked.