Xml.xmldom.IDOMPersist.load

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function load(source: OleVariant): WordBool; safecall;

C++

virtual HRESULT __safecall load(System::OleVariant source, System::WordBool &__load_result) = 0 ;

Properties

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

Description

Loads the xml from a file.

Use the load method to load the xml from the file specified by the source parameter. The load method returns True if the loading was successful, and False otherwise.

See Also