void Stop();
Call Stop to request the loop to stop executing.
Remarks:
This is a blocking call in contrast to setting the TMtxProgressDialog::Cancel property to True which is a non-blocking call. The Stop procedure will not return until the thread has finished and all the related data structures are cleaned up. Usually a request is given to stop execution in the OnDestroy event of the main form, to cancel potential execution of the background thread. If the thread is not running, the procedure will exit immeditally.
Declared in Dew::Math::Controls::VCL::TMtxProgressDialog · Dew.Math.Controls.VCL/MtxDialogs.h · C++Builder only