TMtxProgressDialog::OnProgress Property

__property ::Dew::tNotifyEvent OnProgress = {read = GetOnProgress, write = SetOnProgress};

Event used for progress indicators.

Read: ::Dew::tNotifyEvent GetOnProgress();
Write: void SetOnProgress(const ::Dew::tNotifyEvent &Value);
Remarks:

The event is called from the main thread and is triggere by a timer. The event is called each time OnProgressUpdate is called with peCycle parameter. Use either one or the other.

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