Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxRichEditDocumentImportOptions.Html Property

Provides access to HTML document import settings.

#Declaration

Delphi
property Html: TdxHtmlDocumentImporterOptions read; write;

#Property Value

Type Description
TdxHtmlDocumentImporterOptions

Stores HTML document import settings.

#Remarks

HTML import routines interpret tags in a source HTML document based on settings accessible through the Html property.

You can use the Html.Encoding property to explicitly specify the encoding of a source HTML document. Html.AsyncImageLoading and Html.ExternalResourceTimeout properties allow you to change external image loading.

Refer to the TdxHtmlDocumentImporterOptions class description for detailed information on all available options.

#Important Limitations

The Rich Edit control and the Document Server component have no web browser or HTML editor functionality because they do not work with HTML tags directly. HTML import routines interpret HTML tags in a source document and build a document model in an internal Rich Edit XML-based format.

HTML import routines support only a limited subset of the modern HTML standard, and an imported document displayed in a Rich Edit control may look different compared to a modern web browser.

See Also