Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

This method deletes all words from the dictionary.

Syntax

C++

HRESULT DeleteAllWords();

C#

void DeleteAllWords();

Visual Basic .NET

Sub DeleteAllWords()

Return values

This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

Remarks

To delete a group of words or a single word from the dictionary, use the IDictionary::DeleteWords or IDictionary::DeleteWord method, respectively.

See also

Dictionary DeleteWords DeleteWord