TMtxProgressDialog::WaitToFinish Method

void WaitToFinish();

Returns when the thread has finished.

Remarks:

Unlike TMtxProgressDialog::Stop, which requests the background job to be stopped, even if not finished this routine will return only after the job has finished. Normally WaitToFinish is never to be called. It allows for screen updates during waiting. A better approach is to asinchronusly launch a procedure from witin the OnCleanUp event.

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