882
Appendix A: System Routines — Menus
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
MenuFlags
Declaration:
SINT
MenuFlags
(HANDLE
mH
)
Category(ies):
Menus
Description:
Return the flag word for a dynamic menu/pop-up structure.
Inputs:
mH
— Handle returned by
MenuNew
or
PopupNew
.
Outputs:
The only useful flag bit is MF_ERROR which is cleared when the menu
structure is created and set if adding or changing a menu entry causes a
memory error.
Assumptions:
None
Side Effects:
None
Availability:
On AMS 2.00 and higher.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: MenuBegin, MenuKey
Example:
See
MenuAddText
.