RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TObjectStack.Notify Method

Triggers the OnNotify event.

Pascal
procedure Notify(const Value: T; Action: TCollectionNotification); override;
C++
virtual __fastcall Notify(const T Value, 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!