JVCL Help:TJvMTThreadEvent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvMTThreadEvent type
[+] JvMTComponents.pas Types
Search in JVCL Help
Search in all projectsSummary
The type for thread event handlers.
Pascal
run\JvMTComponents.pas
TJvMTThreadEvent = procedure (Sender: TJvMTThread; MTThread: TJvMTSingleThread) ofobject;
Parameters
Parameters | Description |
Sender | The TJvMTThread component. |
MTThread | The TJvMTSingleThread component |
Description
Managed thread event. The Sender is the component from which the MTThread was started with Run or RunCopy. TJvMTThreadEvent specifies a method used for thread events. TJvMTThreadEvent is used to execute a process that occurs typically during installation, uninstallation, or shutdown. It is also the event type for the thread execution.
See Also
TJvMTThread.OnExecute, TJvMTThread.OnFinished, TJvMTThread.OnTerminating
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page