__property ::Dew::tNotifyEvent OnCleanUp = {read = GetOnCleanUp, write = SetOnCleanUp};
Event used to perform clean up for the thread.
Read:
::Dew::tNotifyEvent GetOnCleanUp();Write:
void SetOnCleanUp(const ::Dew::tNotifyEvent &Value);Remarks:
Called after the thread has completed. It is called from the main thread. The event is called each time OnProgressUpdate is called with peCleanUp parameter. Use either one or the other.
Declared in Dew::Math::Controls::VCL::TMtxProgressDialog · Dew.Math.Controls.VCL/MtxDialogs.h · C++Builder only