System.SyncObjs.TCountdownEvent.CurrentCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CurrentCount: Integer read FCurrentCount;

C++

__property int CurrentCount = {read=FCurrentCount, nodefault};

Properties

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

Description

Specifies the current count.

The CurrentCount read only property returns the number of remaining signals required to set the event.

See Also