DesignIntf.IDesignWindow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IDesignWindow = interface(IDesignNotification)

C++

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

Properties

Type Visibility Source Unit Parent
interface
class
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf DesignIntf

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.

See Also