System.SyncObjs.TCriticalSection.Destroy

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

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCriticalSection();

プロパティ

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

説明

Destroy は,TCriticalSection のインスタンスを破棄します。

アプリケーションで直接 Destroy メソッドを呼び出さないでください。かわりに,Free メソッドを呼び出します。Free は,TCriticalSection オブジェクトが nil でないことを確認した場合にのみ Destroy デストラクタを呼び出します。

関連項目