TMtxProgressDialog.InternalLoop Property

Boolean InternalLoop { get; set; }

If set to true, the Dew.Math.Controls.TMtxProgressDialog.Compute event will be called Dew.Math.Controls.TMtxProgressDialog.Loops times, from Min to Max. If set to false, the OnCompute event will be called only once and the user can use any kind of processing within Dew.Math.Controls.TMtxProgressDialog.Compute event.

Returns: Boolean