API:System.SyncObjs.TCountdownEvent.Reset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Reset; overload;
procedure Reset(Count: Integer); overload;

C++

void __fastcall Reset()/* overload */;
void __fastcall Reset(int Count)/* overload */;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.