[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Designer notification interface.
Source position: classesh.inc line 2435
type IDesignerNotify = interface |
||
procedure Modified; |
|
Notify that the component is modified. |
procedure Notification(); |
|
Notification of owner changes. |
end; |
|
Designer notification interface. |
|
| | ||
|
Basic interface for all COM based interfaces. |
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.