| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Designer notification interface
Source position: classesh.inc line 1749
| type IDesignerNotify = interface | ||
| procedure Modified; | 
 | Notify that the component is modified. | 
| procedure Notification(); | 
 | Notification of owner changes | 
| end; | 
| 
 | Designer notification interface | 
IDesignerNotify is an interface that can be used to communicate changes to a designer mechanism. It offers functionality for detecting changes, and notifications when the component is destroyed.