System.Types.TMultiWaitEvent.GetWaiter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetWaiter(Index: Integer): PWaitInfo; virtual; abstract;

C++

virtual PWaitInfo __fastcall GetWaiter(int Index) = 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 a pointer to the waiter at index Index from the list of waiters.

See Also