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.4 | Generated 2025-11-08 | Home |