Skip to main content

TdxPlainTextDocumentImporterOptions Class

Stores settings used for loading TXT documents into the Rich Edit control.

Declaration

TdxPlainTextDocumentImporterOptions = class(
    TdxDocumentImporterOptions
)

Remarks

This class extends its ancestor with the AutoDetectEncoding property that allows you to switch the Rich Edit control’s capability to automatically identify the encoding used to interpret charactes within loaded plain text documents.

A TdxPlainTextDocumentImporterOptions class is referenced by the Rich Edit control’s Options.Import.PlainText property.

See Also