RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebPageModule.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. TCustomWebPageModule overrides this method to update the PageProducer and DefaultAction properties as appropriate. 

 

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