TMtxProgressDialog.ThreadBypass Property

Boolean ThreadBypass { get; set; }

Bypass using thread.

Returns: Boolean

Remarks:

If true, the progress dialogs will not function, but this can be useful for testing the code that needs to be threaded. From within the Dew.Math.Controls.TMtxProgressDialog.Compute you can still call Dew.Math.Controls.TMtxProgressDialog.Stop and set Dew.Math.Controls.TMtxProgressDialog.Cancel to true to stop the infinite or internal loop. The Dew.Math.Controls.TMtxProgressDialog.Progress event with parameter set to Dew.Math.TMtxProgressEvent.peCycle however will not be triggered.