System.Types.TMultiWaitEvent.NotifyWaiters
Delphi
procedure NotifyWaiters; virtual; abstract;
C++
virtual void __fastcall NotifyWaiters(void) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | System.Types.pas System.Types.hpp | System.Types | TMultiWaitEvent | 
Description
- Note: This is an abstract method that descendants of TMultiWaitEvent override.
Notifies all waiters in the list of waiters, that this event is set.