Xml.XMLDoc.TXMLNodeList.List

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property List: IInterfaceList read FList;

C++

__property System::Classes::_di_IInterfaceList List = {read=FList};

Properties

Type Visibility Source Unit Parent
property protected
Xml.XMLDoc.pas
Xml.XMLDoc.hpp
Xml.XMLDoc TXMLNodeList

Description

Stores the interfaces for every node in the list.

TXMLNodeList uses List internally to store and manage the interfaces to the nodes it represents.

See Also