Xml.xmldom.IDOMElement.getElementsByTagName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function getElementsByTagName(const name: DOMString): IDOMNodeList; safecall;

C++

virtual HRESULT __safecall getElementsByTagName(const System::UnicodeString name, _di_IDOMNodeList &__getElementsByTagName_result) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Xml.Xmldom.pas
Xml.xmldom.hpp
Xml.xmldom IDOMElement

Description

Embarcadero Technologies does not currently have any additional information.