System.SyncObjs.TCountdownEvent.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create; overload;
constructor Create(Count: Integer); overload;
constructor Create(Count: Integer; SpinCount: Integer); overload;

C++

__fastcall TCountdownEvent()/* overload */;
__fastcall TCountdownEvent(int Count)/* overload */;
__fastcall TCountdownEvent(int Count, int SpinCount)/* overload */;

Eigenschaften

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

Beschreibung

Erstellt eine Instanz der Klasse TCountdownEvent.

Verwenden Sie Create, um eine Instanz der Klasse TCountdownEvent zu erstellen, deren Countdown auf Count gesetzt ist.

Siehe auch