TMtxProgressDialog::OnBeforeDestroy Property

__property ::Dew::tNotifyEvent OnBeforeDestroy = {read = FOnBeforeDestroy, write = SetOnBeforeDestroy};

Event executed just before the object will be destroyed.

Read: ::Dew::tNotifyEvent FOnBeforeDestroy;
Write: void SetOnBeforeDestroy(const ::Dew::tNotifyEvent &Value);
Remarks:

Any code within this event or after should no longer access the object being destroyed.

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