JVCL Help:TJvMTSectionBase.Enter

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

Search in JVCL Help

 
Search in all projects
 

Summary

Tries to enter the section.


Pascal

 procedureEnter;


Description

Call Enter to try to enter the section. The method will only return if the section has been entered. This method will raise a TMTTerminate exception if the thread has to terminate.
Call Enter to block all other threads from entering code protected by this critical section until the Leave method is called.


See Also

TJvMTSectionBase.Leave


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