TMtxProgressDialog::InternalLoop Property

__property bool InternalLoop = {read = GetInternalLoop, write = SetInternalLoop};

Read: bool GetInternalLoop();
Write: void SetInternalLoop(const bool Value);
Remarks:

If set to True, the OnCompute event will be called TMtxProgressDialog::Loops times, from TMtxProgressDialog::Min to . If set to false, the TMtxProgressDialog::OnCompute event will be called only once and the user can use any kind of processing within OnCompute event.

Declared in Dew::Math::Controls::VCL::TMtxProgressDialog · Dew.Math.Controls.VCL/MtxDialogs.h · C++Builder only