System.Types.TMultiWaitEvent.ClearWaiters
Delphi
procedure ClearWaiters; virtual; abstract;
C++
virtual void __fastcall ClearWaiters() = 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.
Clears the list of waiters.