|
RAD Studio VCL Reference
|
Responds to notifications that components are about to be inserted or removed.
procedure Notification(AComponent: TComponent; Operation: TOperation); override;
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!
|