TMtxProgressDialog::Min Property

__property int Min = {read = GetMin, write = SetMin};

Deines the lower index of the "for loop".

Read: int GetMin();
Write: void SetMin(const int Value);
Remarks:

When the TMtxProgressDialog::Start method is called the value of the TMtxProgressDialog::Counter is set to the value of Min.

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