Xml.XMLDoc.TXMLNode.GetNodeObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetNodeObject: TXMLNode;

C++

TXMLNode* __fastcall GetNodeObject();

Properties

Type Visibility Source Unit Parent
function protected
Xml.XMLDoc.pas
Xml.XMLDoc.hpp
Xml.XMLDoc TXMLNode

Description

Returns a reference to this TXMLNode object.

GetNodeObject returns Self (Delphi) or this (C++).