API:Xml.XMLDoc.TXMLNodeList.IndexOf
Delphi
function IndexOf(const Node: IXMLNode): Integer; overload;
function IndexOf(const Name: DOMString): Integer; overload;
function IndexOf(const Name, NamespaceURI: DOMString): Integer; overload;
C++
int __fastcall IndexOf(const Xml::Xmlintf::_di_IXMLNode Node)/* overload */;
int __fastcall IndexOf(const System::UnicodeString Name)/* overload */;
int __fastcall IndexOf(const System::UnicodeString Name, const System::UnicodeString NamespaceURI)/* overload */;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | Xml.XMLDoc.pas Xml.XMLDoc.hpp |
Xml.XMLDoc | TXMLNodeList |
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!