description | CHAR | varchar | | 255 | | | Description of the item | |
dev | LONG | int | 151 | | 1 | DIRECT, ALLOW_NULL | Row version number for mobile distribution purposes | |
dimmable | LONG | int | | | | DIRECT | Indicates whether the menu item can be dimmed or not | Search (1) |
flags | LONG | int | | | | DIRECT | Attribute for the menu item; e.g., when invoked from different platform whether it is visible or not | |
function_id | LONG | int | | | | DIRECT | Reserved; not used | |
icon_id | LONG | int | 16 | | | DIRECT | Id number of the item's icon | |
mac_accel_flag | LONG | int | | | | DIRECT | Accelerator key flag for Mac platform | |
mac_accel_key | LONG | int | | | | DIRECT | Accelerator key for Mac platform | |
mac_title | CHAR | varchar | | 80 | | | Display title for Mac platform | |
menu_bar | LONG | int | | | | DIRECT | ID of the menu bar for the item | Search (1) |
menu_tag | LONG | int | | | | DIRECT | ID of the menu item. Used to bind menu item with its callback function | Search (1) |
mkey | LONG | int | | | | DIRECT | ASCII code for the letter used to invoke the item | |
mtif_accel_flag | LONG | int | | | | DIRECT | Accelerator key flag for Motif platform | |
mtif_accel_key | LONG | int | | | | DIRECT | Accelerator key for Motif platform | |
mtif_title | CHAR | varchar | | 80 | | | Display title for Motif platform | |
name | CHAR | varchar | | 80 | | | Internal name of the menu item | |
objid | LONG | int | 3 | | | DIRECT | Internal record number | Search (1) |
position | LONG | int | | | | DIRECT | Display order for the item in its pull down menu | |
pulldown | CHAR | varchar | | 80 | | | Name of the parent menu item within a hierarchical series of items within items. Reserved; not used | |
state | LONG | int | | | | DIRECT | Reserved; not used | |
subtype | LONG | tinyint | | | 0 | DIRECT | Subtype of the item; i.e., 0=Action, 1=Query, 2=Related Object, default=0 | |
title | CHAR | varchar | 2 | 80 | | | Display name of item as it appears in the pulldown menu | |
type | LONG | tinyint | | | 0 | DIRECT | Type of the item; i.e., 0=Side Menu, 1=Main Menu, default=0 | |
win_accel_flag | LONG | int | | | | DIRECT | Accelerator key flag for the form's platform | |
win_accel_key | LONG | int | | | | DIRECT | Accelerator key for form's platform | |
win_title | CHAR | varchar | | 80 | | | Display name for form's platform | |