DesignIntf.IDesignNotification.DesignerOpened

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

Delphi

procedure DesignerOpened(const ADesigner: IDesigner; AResurrecting: Boolean);

C++

virtual void __fastcall DesignerOpened(const _di_IDesigner ADesigner, bool AResurrecting) = 0 ;

プロパティ

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


説明

フォーム デザイナが開かれた際に、呼び出されます。

ADesigner が作成されます。ADesigner への参照を保存した場合、DesignerClosed メソッドが、 AGoingDormant パラメータの値が False で呼び出された際には、その参照を破壊しなければなりません。

AResurrectingTrue の場合、このデザイナはすでに休止状態であり、設計ルートが再構築されようとしていることを意味します。これは、設計時パッケージがアンロードされ、その後リロードされる際に発生します。

関連項目