JVCL Help:TJvMTThreadEvent

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

The type for thread event handlers.

run\JvMTComponents.pas


Pascal

 run\JvMTComponents.pas
 TJvMTThreadEvent = procedure (Sender: TJvMTThread; MTThread: TJvMTSingleThread) ofobject;


Parameters

Parameters Description
Sender The TJvMTThread component.
MTThread The TJvMTSingleThread component

run\JvMTComponents.pas


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.

run\JvMTComponents.pas


See Also

TJvMTThread.OnExecute, TJvMTThread.OnFinished, TJvMTThread.OnTerminating

run\JvMTComponents.pas


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