[Overview][Constants][Types][Classes][Index] |
Create a new critical section.
Source position: syncobjs.pp line 47
public constructor TCriticalSection.Create; |
Create initializes a new critical section, and initializes the system objects for the critical section. It should be created only once for all threads, all threads should use the same critical section instance.
|
Destroy the criticalsection instance |