Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Text /
Chapter 7 - Text Services Manager / Text Services Manager Reference
Text Service Component Routines / Confirming Active Input in a TSM Document


FixTextService

The FixTextService function explicitly terminates any input that is in progress in a specified text service component.

FUNCTION FixTextService (ts: ComponentInstance): ComponentResult;
ts
A component instance created by a prior call to the Component Manager OpenComponent function.
DESCRIPTION
This function is equivalent to the user explicitly confirming text, but the request comes instead from the application or from the Text Services Manager. The text service component must stop accepting further input and confirm the current input, as appropriate.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996