DesignIntf.IDesignWindow
| [–] Properties | |
|---|---|
| Type: interface class
| |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: DesignIntf | |
Delphi
IDesignWindow = interface(IDesignNotification)
C++
__interface INTERFACE_UUID("{7ED7BF2E-E349-11D3-AB4A-00C04FB17A72}") IDesignWindow : public IDesignNotification
Description
Represents a design window that appears in the IDE.
IDesignWindow should be used when the IDesignNotification handler is a top-level window. It is also registered with RegisterDesignNotification.