RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNodeCollection.AfterConstruction Method

Initializes the node collection object once it is fully created.

Pascal
procedure AfterConstruction; override;
C++
virtual __fastcall AfterConstruction();

AfterConstruction is called automatically after the object's last constructor has executed. Do not call it explicitly in your applications. 

AfterConstruction sets the UpdateCollectionList method as the event handler for the collection's OnHostChildNotify event. This allows the collection to update itself when the list of child nodes (for which this collection manages a subset) changes. 

 

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