RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
INotifyList.AddNotify Method

Registers an interest in change notifications.

Pascal
procedure AddNotify(ANotify: TObject);
C++
__fastcall AddNotify(TObject * ANotify);

Call AddNotify to register an interest in change notifications. After a call to AddNotify, the object is notified every time the component changes, until it unregisters its interest by a call to the RemoveNotify method. 

ANotify is the object to notify of changes. It should implement an interface that allows the notifying component to call it when changes occur. What interface this is depends on the component that implements INotifyList

 

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