RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNodeCollection.ItemInterface Property

Indicates the interface type for the repeating child nodes.

Pascal
property ItemInterface: TGuid;
C++
__property TGuid ItemInterface;

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. 

 

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