Appendix A: System Routines — Text Editing
1055
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
TE_close
Declaration:
void
TE_close
(TERecord *
teRec
)
Category(ies):
Text Editing
Description:
Releases edit buffer memory from text edit record.
Inputs:
teRec
— Text edit record previously initialized with a call to
TE_open
,
TE_reopen
, or
TE_openFixed
.
Outputs:
None
Assumptions:
This routine releases its edit buffer memory. You should store or process
the edit buffer’s contents before calling this routine. Call
TE_shrinkWrap
to get the handle to the edit buffer.
Side Effects:
None
Availability:
All versions of the TI
-
89 / TI
-
92 Plus.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: TE_open, TE_reopen, TE_openFixed, TE_shrinkWrap
Example:
See
TE_open
.