System.Types.TMultiWaitEvent.GetWaiter

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

virtual PWaitInfo __fastcall GetWaiter(int Index) = 0 ;

プロパティ

種類 可視性 ソース ユニット
function protected
System.Types.pas
System.Types.hpp
System.Types TMultiWaitEvent


説明

メモ: これは、TMultiWaitEvent の下位クラスがオーバーライドしている、抽象メソッドです。

待機者リスト内のインデックス Index の位置にある待機者へのポインタを返します。

関連項目