System.Types.TMultiWaitEvent.WaiterCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WaiterCount: Integer read GetWaiterCount;

C++

__property int WaiterCount = {read=GetWaiterCount, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
System.Types.pas
System.Types.hpp
System.Types TMultiWaitEvent

Description

The number of waiters in the list of waiters.

See Also