Vcl.ListActns.TCustomStaticListAction.Destroy

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

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomStaticListAction();

プロパティ

種類 可視性 ソース ユニット
destructor public
Vcl.ListActns.pas
Vcl.ListActns.hpp
Vcl.ListActns TCustomStaticListAction

説明

TCustomStaticListAction オブジェクトに関連付けられたメモリを解放します。

アクションを明示的に破棄しないでください。アクション オブジェクトの作成と破棄は、そのオブジェクトを使用する、アクション リストまたはアクション マネージャが行います。

関連項目