Appendix A: System Routines — Operating System
933
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
handleVarLinkKey
Declaration:
void
handleVarLinkKey
(WORD
defType
)
Category(ies):
Operating System, Keyboard, Variables, Link
Description:
Activate VAR-LINK.
Inputs:
defType
— Value to specify default type to display: SDT_ASM,
SDT_DATA, SDT_EXPR, SDT_FIG, SDT_FUNC,
SDT_GDB, SDT_LIST, SDT_MAC, SDT_MAT, SDT_MAT,
SDT_OTH, SDT_PIC, SDT_PRGM, SDT_STR, SDT_TEXT.
Use SDT_ALL if all variables of all types are to be displayed.
May be OR’d with XF_VARLINK_SELECT_ONLY to not
allow any variables to be changed (deleted, copied,
renamed, . . . ).
Outputs:
The name of any variable or folder selected is sent back to the currently
active app as a CM_PASTE_HANDLE message.
Assumptions:
None
Side Effects:
May cause heap compression.
Availability:
On AMS 2.00 and higher.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: SmapTypeStrings
Example:
See
SymAdd
.