__property System::UnicodeString ThreadName = {read = GetThreadName, write = SetThreadName};
Allows the user to specify the name of the thread.
Read:
System::UnicodeString GetThreadName();Write:
void SetThreadName(const System::UnicodeString &Value);Remarks:
Named threads can be eaiser tracked with the debuggers and from the windows OS. If ThreadName is not specified, the thread will be named with the Name property of the component.
Declared in Dew::Math::Controls::VCL::TMtxProgressDialog · Dew.Math.Controls.VCL/MtxDialogs.h · C++Builder only