Occurs on successful table processing completion. Syntax: type TSuccessEvent = procedure(TableName,Status: String) of object; Description: Create OnSuccess event handler to get information about successful table processing completion. TableName The name of the table just processed; Status Table processing completion status. |