API:Xml.XMLIntf.IXMLNode.ChildValues

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ChildValues[const IndexOrName: OleVariant]: OleVariant read GetChildValue write SetChildValue; default;

C++

__property System::OleVariant ChildValues[const System::OleVariant IndexOrName] = {read=GetChildValue, write=SetChildValue/*, default*/};

Properties

Type Visibility Source Unit Parent
property public
Xml.XMLIntf.pas
Xml.XMLIntf.hpp
Xml.XMLIntf IXMLNode

Description

Embarcadero Technologies does not currently have any additional information.