event TComputeEvent Compute
The actual algorithm, that needs to be threaded or it's progress monitored, should be placed within this event.
If Dew.Math.Controls.TMtxProgressDialog.InternalLoop is true, this event will be called once for each iteration. Iteration count and range are defined with properties Dew.Math.Controls.TMtxProgressDialog.Min, Dew.Math.Controls.TMtxProgressDialog.Max, Dew.Math.Controls.TMtxProgressDialog.Loops and a boolean property Dew.Math.Controls.TMtxProgressDialog.InfiniteLoop. If Dew.Math.Controls.TMtxProgressDialog.InfiniteLoop is set true, the thread will be calling Dew.Math.Controls.TMtxProgressDialog.Compute event until Dew.Math.Controls.TMtxProgressDialog.Cancel property is true. If Dew.Math.Controls.TMtxProgressDialog.InternalLoop is false, then Dew.Math.Controls.TMtxProgressDialog.Compute is called only once.