System.Generics.Collections.TStack.Notify

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Notify(const Item: T; Action: TCollectionNotification); virtual;

C++

virtual void __fastcall Notify(const T Item, TCollectionNotification Action);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TStack

Description

Triggers the OnNotify event.

Call Notify to trigger the OnNotify event.

See Also