TdxCustomSpellCheckerDictionary.HasWord(string) Method
Checks whether AWord is contained in the dictionary.
Declaration
function HasWord(const AWord: string): Boolean; virtual;
Parameters
| Name | Type |
|---|---|
| AWord | string |
Returns
| Type |
|---|
| Boolean |
Remarks
The HasWord method returns True if AWord is found in the dictionary.
See Also