System.Classes.IDesignerNotify.Notification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Allows the designer to respond when a notification is sent to the form.

When a form receives a notification, it calls the Notification method of the designer, allowing the designer to respond to all the notifications the form receives.

See Also