[Overview][Types][Classes][Index] |
Pointer to a PRTLEvent type.
Source position: lazcollections.pas line 23
type PPRTLEvent = ^PRTLEvent; |
For Windows, the pointer is to a THandle type. For other platforms, the pointer is to a record type. Used to implement TWaitableSection.
|
Protects a section of code in multi-threaded applications. |
|
Version 4.0 | Generated 2025-05-03 | Home |