Xml.XMLDoc.TXMLNodeCollection.AfterConstruction
Delphi
procedure AfterConstruction; override;
C++
virtual void __fastcall AfterConstruction(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Xml.XMLDoc.pas Xml.XMLDoc.hpp |
Xml.XMLDoc | TXMLNodeCollection |
Description
Initializes the node collection object once it is fully created.
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.