System.SyncObjs.TCountdownEvent.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

Creates a TCountdownEvent instance.

Use Create to create an instance of TCountdownEvent with the countdown set to Count.

See Also