Xml.xmldom.IDOMNode.get_nextSibling

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function get_nextSibling: IDOMNode; safecall;

C++

virtual HRESULT __safecall get_nextSibling(_di_IDOMNode &__get_nextSibling_result) = 0 ;

Properties

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

Description

Returns the value of the get_nextSibling property.

get_get_nextSibling is the read implementation of the get_nextSibling property.

See Also