RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebDataModule.Notification Method

Responds to notifications that components 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 automatically when components are added to or removed from the application. TCustomWebDataModule overrides this method to pass the notification on to the object that is the value of the SiteModuleHelper property. 

 

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