__property int UpdateInterval = {read = GetUpdateInterval, write = SetUpdateInterval};
Defines the time interval.
Read:
int GetUpdateInterval();Write:
void SetUpdateInterval(const int Value);Remarks:
Defines the time interval in miliseconds between calls to TMtxProgressDialog::OnProgressUpdate with peCycle parameter, while the background thread is executing.
Declared in Dew::Math::Controls::VCL::TMtxProgressDialog · Dew.Math.Controls.VCL/MtxDialogs.h · C++Builder only