TMtxProgressDialog::OnInitialize Property

__property ::Dew::tNotifyEvent OnInitialize = {read = GetOnInitialize, write = SetOnInitialize};

Event used to perform initialization for the thread.

Read: ::Dew::tNotifyEvent GetOnInitialize();
Write: void SetOnInitialize(const ::Dew::tNotifyEvent &Value);
Remarks:

The event is called from the main thread before the thread starts executing. The event is called each time OnProgressUpdate is called with peInit parameter.

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