TRVSpellChecker.AvailableLanguages (read-only)

<< Click to display table of contents >>

TRVSpellChecker.AvailableLanguages (read-only)

Returns a list of available languages.

property AvailableLanguages: TStrings;

If a spelling checker is not available, this property returns nil.

Each item in this property identifiers a language (or a dictionary). A format of items depend on the OS.

To switch the active spelling check language, assign Language or LanguageIndex property.

To get the active spelling check language, use CurrentLanguage method or LanguageIndex property.

To display a list of available languages to the user, use FillLanguageNames method.