JVCL Help:TJvMTManager.AcquireThread

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

Search in JVCL Help

 
Search in all projects
 

Summary

Locates a thread and indicates whether a thread with that ticket already exists.


Pascal

 functionAcquireThread(Ticket: TMTTicket; varThread: TJvMTSingleThread): Boolean;


Parameters

Parameters Description
Ticket: TMTTicket The ticket of the thread to locate.
var Thread: TJvMTSingleThread Returns the thread with ticket Ticket.


Description

Finds the MtSingleThread which has an corresponding Ticket. It then acquires the thread and returns it. Return value is True if the function succeeded, False otherwise.


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