RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLData.Notification Method

Responds to notifications when objects are created or destroyed.

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

Do not call the Notification method. It is called automatically when objects are created or destroyed. TXMLData responds to notifications by setting the XMLBroker property to nil (Delphi) or NULL (C++) if it is notified that this component is about to be destroyed. 

 

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