TMtxForLoop::OnForLoop Property

__declspec(property(get = GetOnForLoop, put = SetOnForLoop)) TForLoopEvent OnForLoop;

Assign method pointer to be called by multiple threads to compute a for loop.

Read: TForLoopEvent GetOnForLoop();
Write: void SetOnForLoop(const TForLoopEvent &Value);
Declared in Dew::Math::TMtxForLoop · Dew.Math/MtxForLoop.h · Cross-compiler