RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TList.Notify Method

Triggers the OnNotify event.

Pascal
procedure Notify(const Item: T; Action: TCollectionNotification); virtual;
C++
virtual __fastcall Notify(const T Item, TCollectionNotification Action);

Call Notify to trigger the OnNotify event. 

 

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