ComponentOne Spell 8.0 for ActiveX
Property Arrays

The IgnoreAll, ChangeAll, and ChangeAllTo property arrays allow a word to be ignored or changed for all future occurrences of the word until the arrays are cleared (explained below). This is done by setting the respective properties IgnoreAllWord or ChangeAllToWord following a BadWord event, or when the user presses either the Ignore All or Change All buttons on the bad-word dialog box.

When a word is ignored for all occurrences of the word, the word being checked is added to the IgnoreAll property array. The IgnoreAllCount property returns the number of entries in the array. Setting the ClearIgnoreAll property to True clears all entries from this array.

When a word is changed for all occurrences of the word, the word being checked is added to the ChangeAll property array and the word in the ChangeAllToWord property is added to the ChangeAllTo property array. There is only one count property since both arrays always contain the same number of entries. The ChangeAllCount property returns the number of entries in either array. Setting the ClearChangeAll property to True clears all entries from both arrays.

All property arrays are zero-based. The first entry is 0, the second is 1, and so on.

Invoking the Clear method clears all entries from the IgnoreAll, ChangeAll and ChangeAllTo property arrays.

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback