Texas Instruments TI-89 Developer's Manual page 1110

Graphing calculator
Hide thumbs Also See for TI-89:
Table of Contents

Advertisement

1068
TE_pasteText
Example:
size_t size;
UCHAR *pText;
HANDLE hText;
.
.
.
if (CB_fetchTEXT(&hText, &size))
{
pText = HLock(hText);
TE_pasteText(&textEdit, pText, size);
HeapUnlock(hText);
}
TI-89 / TI-92 Plus Developer Guide
Appendix A: System Routines — Text Editing
(continued)
Not for Distribution
/* get handle to clipboard text */
/* lock handle and convert to pointer */
/* paste text into edit buffer */
/* unlock clipboard handle */
Beta Version January 26, 2001

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ti-92 plusTi-92 plus

Table of Contents