System.Generics.Collections.TObjectList.Notify

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Notify(const Value: T; Action: TCollectionNotification); override;

C++

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

Properties

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

Description

Triggers the OnNotify event.

Call Notify to trigger the OnNotify event.

See Also