RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNodeList.NotificationProc Event

Specifies a callback that TXMLNodeList calls when nodes are added to or removed from the list, or when new nodes need to be created

Pascal
property NotificationProc: TNodeListNotification;
C++
__property TNodeListNotification NotificationProc;

The node that instantiates TXMLNodeList to manage a set of its child or attribute nodes supplies the value of this callback to the TXMLNodeList constructor. TXMLNodeList then calls this callback when its methods are used to add, create, or remove nodes. 

 

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