Xml.XMLIntf.IXMLDocument.GetModified

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetModified: Boolean;

C++

virtual bool __fastcall GetModified() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Xml.XMLIntf.pas
Xml.XMLIntf.hpp
Xml.XMLIntf IXMLDocument

Description

Returns the value of the Modified property.

GetModified is the read implementation of the Modified property.

See Also