System.SyncObjs.TCountdownEvent.InitialCount

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property InitialCount: Integer read FInitialCount;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs TCountdownEvent

Beschreibung

Gibt die ursprüngliche Anzahl von Signalen zum Setzen des Ereignisses zurück.

Die schreibgeschützte Eigenschaft InitialCount ermittelt die ursprüngliche Anzahl von Signalen, die für das Setzen des Ereignisses erforderlich sind.

Siehe auch