__declspec(property(get = GetOnProgress, put = SetOnProgress)) tNotifyEvent OnProgress;
Called on each TMtxProgressEvent::peCycle tick.
Read:
tNotifyEvent GetOnProgress();Write:
void SetOnProgress(const tNotifyEvent &Value);Declared in Dew::Math::TMtxProgressRuntime · Dew.Math/MtxForLoop.h · Cross-compiler