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.6 | Generated 2026-02-20 | Home |