System.Types.TMultiWaitEvent.RemoveWaiter
Delphi
procedure RemoveWaiter(Index: Integer); virtual; abstract;
C++
virtual void __fastcall RemoveWaiter(int Index) = 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.
Removes the waiter at index Index from the list of waiters.