TMtxForLoop.NameOfThreadSet Property

String NameOfThreadSet { get; set; }

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

Returns: String

Remarks:

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