MtxVec VCL
|
Defines the thread event type.
Members |
Description |
peInit |
The thread is about to start executing. Init all required data. This is where the processing is handed over to the background thread. |
peCycle |
The thread is executing, Update your progress indicators. |
peCleanUp |
The thread has stopped executing. You can continue with the processing of the result computed by your algorithm in the background thread. |
The type is used by the TMtxProgressDialog component to indicate the type of the event related to the execution of the thread.
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|