Skip to main content

TdxHtmlDocumentExporterOptions.IsDefaultEncoding Method

Identifies whether the HTML export routines use the default character encoding.

Declaration

function IsDefaultEncoding: Boolean; override;

Returns

Type
Boolean

Remarks

This function returns True if the ActualEncoding property value equals TEncoding.UTF8; otherwise – False.

Note

Use the Encoding property to change the character encoding in exported HTML documents.

See Also