System.Types.TMultiWaitEvent.Waiters

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also