You are here: Symbol Reference > MtxDialogs Namespace > Classes > TMtxProgressDialog Class > published > TMtxProgressDialog.ThreadBypass Property
MtxVec VCL
ContentsIndex
PreviousUpNext
TMtxProgressDialog.ThreadBypass Property

Bypass thread.

Pascal
property ThreadBypass: boolean;

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.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!