System.Classes.IDesignerNotify
Delphi
IDesignerNotify = interface
C++
__interface INTERFACE_UUID("{B971E807-E3A6-11D1-AAB1-00C04FB16FBC}") IDesignerNotify : public System::IInterface
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
interface class |
public | System.Classes.pas System.Classes.hpp |
System.Classes | System.Classes |
Description
IDesignerNotify is the interface for responding to notifications about changes to components in the designer.
IDesignerNotify introduces two methods, Modified and Notification, that allow the designer to respond when components are added, deleted, or changed. These methods are called automatically by the form designer or by component and property editors.