RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMenu.Notification Method

Responds when components are added or deleted.

Pascal
procedure Notification(AComponent: TComponent; Operation: TOperation); override;
C++
virtual __fastcall Notification(TComponent * AComponent, TOperation Operation);

TMenu overrides the inherited method to set the Images property to nil (Delphi) or NULL (C++) if the ImageList is deleted. 

 

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