TXTextControl.MisspelledWordLength Property

Gets the length of the misspelled word with the specified number. To select this misspelled word the MisspelledWordStart property must be assigned to the SelStart property and this property must be assigned to the SelLength property.

Introduced: 16.0.

Syntax

TXTextControl.MisspelledWordLength(Number)
Parameter Description
Number

Specifies the number of the misspelled word. All misspelled words are counted from the beginning to the end of a document. The first word has the number 1.

Data Types

Number: Long
Property value: Long

Limitations

Read only, run time only.

See Also