__property TExceptionEvent OnException = {read = GetOnException, write = SetOnException};
Triggered when an exception has occured inside the Thread and the thread is about to exit.
Read:
TExceptionEvent GetOnException();Write:
void SetOnException(const TExceptionEvent &Value);Remarks:
The event is called inside the thread.
Declared in Dew::Math::Controls::VCL::TMtxProgressDialog · Dew.Math.Controls.VCL/MtxDialogs.h · C++Builder only