RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDesignerNotify.Notification Method

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

Pascal
procedure Notification(AnObject: TPersistent; Operation: TOperation);
C++
__fastcall Notification(TPersistent * AnObject, TOperation Operation);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!