System.SyncObjs.TCountdownEvent.Destroy

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCountdownEvent();

プロパティ

種類 可視性 ソース ユニット
destructor public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs TCountdownEvent


説明

TCountdownEvent のインスタンスを破壊します。

Destroy は、直接呼び出さないでください。 その代わりに、Free を呼び出します。Free は、TCountdownEvent 参照が nil でないことを確認し、その後に Destroy を呼び出します。

関連項目