TMtxProgressDialog::ThreadBypass Property

__property bool ThreadBypass = {read = GetThreadBypass, write = SetThreadBypass};

Bypass thread.

Read: bool GetThreadBypass();
Write: void SetThreadBypass(const bool Value);
Remarks:

If True, the thread will not be used. If True, the thread will not be created. The progress dialogs will not function, but this can be very usefull for testing the code that neds to be threaded. From within the OnCompute you can still call Stop and set Cancel to True to stop the Infinite or Internal loop. The OnProgressEvent with parameter set to peCycle however will not be triggered.

Declared in Dew::Math::Controls::VCL::TMtxProgressDialog · Dew.Math.Controls.VCL/MtxDialogs.h · C++Builder only