API:System.Tether.AppProfile.TLocalAction.Destroy

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

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TLocalAction();

プロパティ

種類 可視性 ソース ユニット
destructor public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TLocalAction

説明

Destroy は,TCollectionItem インスタンスを破棄して,そのインスタンスが使用していたメモリを解放します。

System.Tether.AppProfile.TLocalAction.Destroy は System.Classes.TCollectionItem.Destroy を継承しています。以下の内容はすべて System.Classes.TCollectionItem.Destroy を参照しています。

Destroy は,TCollectionItem インスタンスを破棄して,そのインスタンスが使用していたメモリを解放します。

Destroy デストラクタは,TCollectionClear または Delete メソッドによって間接的に呼び出されます。

関連項目