System.SyncObjs.TCountdownEvent.InitialCount

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

Delphi

property InitialCount: Integer read FInitialCount;

C++

__property int InitialCount = {read=FInitialCount, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs TCountdownEvent


説明

イベントを設定するために、シグナルの初期数値を返します。

InitialCount 読み取り専用プロパティは、イベントの設定に必須の、シグナルの初期数値を保持します。

関連項目