Enterfunction Flag acceptString
If acceptString is nil (the default) and you enter a string into the CIW, the enterfunction is terminated immediately. Otherwise, you can enter the string without terminating the enterfunction. In the latter case, doneProc is called with the string instead of the entered points. doneProc knows that the enterfunction is not being terminated.
Return to top