DesignIntf.IDesignNotification.ItemDeleted

提供:RAD Studio API Documentation

Delphi

procedure ItemDeleted(const ADesigner: IDesigner; AItem: TPersistent);

C++

virtual void __fastcall ItemDeleted(const _di_IDesigner ADesigner, System::Classes::TPersistent* AItem) = 0 ;

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IDesignNotification


説明

パラメータで渡された項目が、フォーム デザイナから削除された際に呼び出されます。

このメソッドは、コンポーネントの所有者の Notification メソッドから、暗黙的に発生させられます。

関連項目