System.Generics.Collections.TObjectDictionary.KeyNotify

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure KeyNotify(const Key: K; Action: TCollectionNotification); override;

C++

virtual void __fastcall KeyNotify(const K Key, TCollectionNotification Action);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TObjectDictionary

Description

Déclenche un événement OnKeyNotify avec les paramètres donnés.

Appelez KeyNotify pour déclencher un événement OnKeyNotify avec les paramètres donnés.

La signification de ces paramètres est fournie dans le tableau suivant.



Paramètre Signification

Key

La clé qui est ajoutée, retirée ou extraite.

Action

L'action que la clé subit, de type TCollectionNotification.



Voir aussi