Title Banner

Previous Book Contents Book Index Next

Newton Developer Technical Information: Newton Programmer's Guide: 2.1 OS Addendum /
Chapter 5 - Spell Checker / Spell Checker Reference
Functions /


SpellDocEnd

SpellDocEnd(speller)

Frees the data structures allocated for a spell-checking session and performs other clean-up functions.

speller
The frame returned by the *SpellDocBegin function.

return value
Undefined; do not rely on it.

DISCUSSION

You must call this function when you have finished spell checking your document. This function causes the user's personal word list to be saved if the SpellLearn function had been called, deletes the list of skipped words, and then deallocates the spell checker data structures. Once you have called *SpellDocEnd, the speller frame cannot be used in subsequent calls. You must call *SpellDocBegin to start another session.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
26 APR 1997



Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help