[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Enters a critical section.
Source position: winapih.inc line 90
public procedure TWidgetSet.EnterCriticalSection( |
var CritSection: TCriticalSection |
); virtual; |
CritSection |
|
The critical section object. |
The call returns only when the calling thread has obtained ownership of the critical section. See TryEnterCriticalSection for testing the ownership of the critical section.
|
Initializes a Critical Section object. |
Version 4.0 | Generated 2025-05-03 | Home |