TMtxProgressRuntime::OnInitialize Property

__declspec(property(get = GetOnInitialize, put = SetOnInitialize)) tNotifyEvent OnInitialize;

Called before execution starts (on TMtxProgressEvent.peInit).

Read: tNotifyEvent GetOnInitialize();
Write: void SetOnInitialize(const tNotifyEvent &Value);
Declared in Dew::Math::TMtxProgressRuntime · Dew.Math/MtxForLoop.h · Cross-compiler