System.Types.TMultiWaitEvent.GetWaiterCount

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

Delphi

function GetWaiterCount: Integer; virtual; abstract;

C++

virtual int __fastcall GetWaiterCount() = 0 ;

プロパティ

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


説明

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

待機者リスト内の待機者の数を返します。

関連項目