Xml.xmldom.IDOMParseOptions.get_validate

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function get_validate: Boolean; safecall;

C++

virtual HRESULT __safecall get_validate(bool &__get_validate_result) = 0 ;

Properties

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

Description

Returns the value of the validate property.

Use get_validate to read the validate property.

See Also