Xml.xmldom.IDOMNode.get_prefix

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function get_prefix: DOMString; safecall;

C++

virtual HRESULT __safecall get_prefix(System::UnicodeString &__get_prefix_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_prefix property.

get_get_prefix is the read implementation of the get_prefix property.

See Also