[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Alias for the PtrUInt type.
Source position: lcltype.pp line 70
type TCriticalSection = PtrUInt; |
TCriticalSection is the type used to protect access to resources in a multi-threaded application. Please note that the type is different than the TRTLCriticalSection type and the class by the same name implemented in the syncobjs unit in the FPC RTL (Run-Time Library).
Version 4.0 | Generated 2025-05-03 | Home |