TdxPlainTextDocumentImporterOptions.AutoDetectEncoding Property
In This Article
Specifies if the Rich Edit control should automatically identify the loaded plain text document’s encoding.
#Declaration
Delphi
property AutoDetectEncoding: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
The default value of the AutoDetectEncoding property is True.
See Also