System.SyncObjs.TCountdownEvent.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCountdownEvent();

Properties

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

Description

Destroys an instance of TCountdownEvent

Do not call Destroy directly. Instead, call Free. Free verifies that the TCountdownEvent reference is not nil, and only then calls Destroy.

See Also