System.SyncObjs.TCriticalSectionHelper Methods

From RAD Studio API Documentation

InheritedProtected
DestroypublicDeletes the critical section from memory.
EnterpublicWaits until the critical section is free and then locks it.
FreepublicDeletes the critical section.
InitializepublicInitializes the critical section.
LeavepublicReleases the lock on the critical section.
TryEnterpublicAttempts to acquire a lock on the critical section.