DesignIntf.IDesignWindow

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

Delphi

IDesignWindow = interface(IDesignNotification)

C++

__interface  INTERFACE_UUID("{7ED7BF2E-E349-11D3-AB4A-00C04FB17A72}") IDesignWindow  : public IDesignNotification

プロパティ

種類 可視性 ソース ユニット
interface
class
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf DesignIntf

説明

IDE に表示される設計ウィンドウを表します。


IDesignNotification ハンドラが最上位のウィンドウである場合には IDesignWindow を使用する必要があります。また、これは RegisterDesignNotification に登録されます。

関連項目