System.Types.TMultiWaitEvent.GetWaiterCount
Delphi
function GetWaiterCount: Integer; virtual; abstract;
C++
virtual int __fastcall GetWaiterCount() = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | protected | System.Types.pas System.Types.hpp | System.Types | TMultiWaitEvent | 
Description
- Note: This is an abstract method that descendants of TMultiWaitEvent override.
Returns the number of waiters in the list of waiters.