TMtxForLoop::NameOfThreadSet Property

__declspec(property(get = GetNameOfThreadSet, put = SetNameOfThreadSet)) DewString NameOfThreadSet;

Specifies the name base for naming the threads in the debugger.

Read: DewString GetNameOfThreadSet();
Write: void SetNameOfThreadSet(const DewString &Value);
Remarks:

Threads will be named as : NameOfThreadSet + IntToStr(ThreadIndex);

Declared in Dew::Math::TMtxForLoop · Dew.Math/MtxForLoop.h · Cross-compiler