__property bool InternalLoop = {read = GetInternalLoop, write = SetInternalLoop};
Number of TMtxProgressDialog::OnCompute calls.
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