RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomHeaderControl.Notification Method

Responds to notifications that components are being created or destroyed.

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

TCustomHeaderControl overrides Notification in order to call ImageListChanged when the image list is removed. 

 

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