System.Types.TMultiWaitEvent.Waiters
Delphi
property Waiters[Index: Integer]: PWaitInfo read GetWaiter;
C++
__property PWaitInfo Waiters[int Index] = {read=GetWaiter};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | protected | System.Types.pas System.Types.hpp | System.Types | TMultiWaitEvent | 
Description
A pointer to the waiter at index Index from the list of waiters.