TdxHtmlDocumentExporterOptions.IsDefaultEncoding Method
In This Article
Identifies whether the HTML export routines use the default character encoding.
#Declaration
Delphi
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