EPUB | CHM | PDF

TMySQLDump.Events.OnDataProcess

Top Previous Next

Occurs when each table data from TableList processing begins.

Syntax:

type TOnDataProcess = procedure (Sender : TObject;
                                Percent : Integer) of object;
OnDataProcess: TOnDataProcess;

Description:

Create OnDataProcess event handler to get information about current table SQL script generation process status.

Percent contains progress data in percents about current table SQL script generation process. Is valid if DumpOption property is set to dData or dAll.