TMtxProgressDialog::Loops Property

__property int Loops = {read = GetLoops, write = SetLoops};

Number of loops to execute if TMtxProgressDialog::InternalLoop property is set to True.

Read: int GetLoops();
Write: void SetLoops(const int Value);
Remarks:

Number of loops is equal to TMtxProgressDialog::Max-TMtxProgressDialog::Min+1;

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