RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IChangeNotifier Interface

IChangeNotifier is the interface used for responding to status changes.

Pascal
IChangeNotifier = interface;
C++
__interface IChangeNotifier;

IChangeNotifier introduces one method, Changed that is invoked when the status of the implementing class changes. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!