EPUB | CHM | PDF

TMySQLDump.Events.OnProcess

Top Previous Next

Occurs when each table from TableList processing begins.

Syntax:

type TOnProcess = procedure (Sender : TObject;
                              Table : String;
                           Percent  : Integer) of object;
OnProcess : TOnProcess;

Description:

Create OnProcess event handler to get information about whole SQL script generation process status.

Table

Contains the name of the table which is currently in processing;

Percent

Contains progress data in percents about whole SQL script generation process. Is valid if DumpOption property is set to dAll.