DesignIntf.IDesignNotification.ItemInserted

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

Delphi

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

C++

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

プロパティ

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


説明

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

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

関連項目