RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSiteModuleHelper.Notification Method

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

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

Notification is called automatically when components are added to or removed from the application. TSiteModuleHelper overrides this method to ensure that any WebSnap objects added to the associated module receive notifications when the module is activated or deactivated. 

 

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