System.Classes.IDesignerNotify.Notification

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure Notification(AnObject: TPersistent; Operation: TOperation);

C++

virtual void __fastcall Notification(TPersistent* AnObject, TOperation Operation) = 0 ;

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
System.Classes.pas
System.Classes.hpp
System.Classes IDesignerNotify

Description

Permet au concepteur de répondre lorsqu'une notification est envoyée à la fiche.

Lorsqu'une fiche reçoit une notification, elle appelle la méthode Notification du concepteur, ce qui permet à celui-ci de répondre à toutes les notifications reçues par la fiche.

Voir aussi