System.Types.TMultiWaitEvent.Waiters

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

Delphi

property Waiters[Index: Integer]: PWaitInfo read GetWaiter;

C++

__property PWaitInfo Waiters[int Index] = {read=GetWaiter};

プロパティ

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


説明

待機者リスト内のインデックス Index の位置にある待機者へのポインタ

関連項目