Xml.XMLDoc.TXMLNodeCollection.ItemInterface

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemInterface: TGuid read FItemInterface write FItemInterface;

C++

__property GUID ItemInterface = {read=FItemInterface, write=FItemInterface};

Properties

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

Description

Indicates the interface type for the repeating child nodes.

Applications can't use this protected property. It is used internally to identify the interface for all child nodes that represent the repeating child element.

ItemInterface is the GUID for the default interface of the class that implements the nodes in the collection.

See Also