RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDesignerNotify Interface

IDesignerNotify is the interface for responding to notifications about changes to components in the designer.

Pascal
IDesignerNotify = interface;
C++
__interface IDesignerNotify;

Classes

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!