TRVHTMLReaderProperties.XHTMLCheck

<< Click to display table of contents >>

TRVHTMLReaderProperties.XHTMLCheck

Specifies when XHTML syntax checking is performed.

type // defined in RVStyle.pas
  TRVXHTMLCheck = ( 
    rvxhtmlcYes,
    rvxhtmlcNo
    rvxhtmlcAuto);
 
property XHTMLCheck: TRVXHTMLCheck;

(introduced in version 22)

XHTML has stricter syntax comparing to HTML. TRichView can perform more strict checking of XHTML, stoppling on errors such as unclosed tags.

This property specifies when such checking is done.

Value

Meaning

rvxhtmlcYes

Always

rvxhtmlcNo

Never

rvxhtmlcAuto

Only for files with "XML" and "XHTML" extensions.

Default value:

rvxhtmlcAuto