RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomComboBoxEx.Notification Method

Responds to notifications that objects are about to be inserted or removed.

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

Notification is called when the component specified by AComponent is about to be inserted or removed, as specified by Operation. TCustomComboBoxEx overrides this method to respond to notifications that the image list assigned to the Images property is going away. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!