[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Designer notification interface
Source position: classesh.inc line 1296
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.
No notes exist for this page yet.