[Overview][Constants][Types][Classes] | Reference for unit 'syncobjs' (#fcl) |
Create a new critical section.
Source position: syncobjs.pp line 46
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 |
No notes exist for this page yet.