System.SyncObjs.TCountdownEvent.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 */;

Propriétés

Type Visibilité  Source Unité  Parent
constructor public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs TCountdownEvent

Description

Crée une instance de TCountdownEvent.

Utilisez Create pour créer une instance de TCountdownEvent avec le numéro défini sur Count.

Voir aussi