TdxCustomSpellChecker.FindFirstEnabledUserDictionary Method
Searches for the first enabled user-defined dictionary in the UserDictionaries collection.
Declaration
function FindFirstEnabledUserDictionary: TdxUserSpellCheckerDictionary;
Returns
| Type |
|---|
| TdxUserSpellCheckerDictionary |
Remarks
If a match was found, the FindFirstEnabledUserDictionary method returns a reference to the TdxUserSpellCheckerDictionary instance. Otherwise, nil is returned.
See Also