System.Generics.Collections.THashSet.OnNotify

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnNotify: TCollectionNotifyEvent<T> read FOnNotify write SetOnNotify;

C++

__property _dt_System_Generics_Collections_14 OnNotify = {read=FOnNotify, write=SetOnNotify};

Properties

Type Visibility Source Unit Parent
event public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections THashSet

Description

Embarcadero Technologies does not currently have any additional information.