Skip to main content

TdxSpellCheckerSpellingOptions.IgnoreUrls Property

Specifies whether the spell checker ignores Internet or file addresses.

Declaration

property IgnoreUrls: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

If the IgnoreUrls property is True, the spell checker ignores URLs - sequences of letters starting with: “http://“, “https://“, “ftp://“, “www.”, “file://“, “\“, “gopher://“, “nntp://“, “news://“.

The default value of the IgnoreUrls property is True.

See Also