TMtxProgressDialog::InfiniteLoop Property

__property bool InfiniteLoop = {read = GetInfiniteLoop, write = SetInfiniteLoop};

Call TMtxProgressDialog::OnCompute in infinite loop.

Read: bool GetInfiniteLoop();
Write: void SetInfiniteLoop(const bool Value);
Remarks:

If TMtxProgressDialog::InternalLoop is True and InfiniteLoop is set to True, the thread will be calling TMtxProgressDialog::OnCompute event until TMtxProgressDialog::Cancel is True.

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