Class
Delete, Delete, GetProps, ObjectValid, SetProps
Command
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
CanHaveCheckMark | int | readwrite | |
CheckMarkIsOn | int | readwrite | |
CommandNum | int | readwrite | |
EnabledWhen | int | readwrite | |
ExpandOMaticParent | Command | readonly | |
Fcode | unsigned int | readonly | |
Fcodes | UInts | readonly | |
HasShiftOrUnshiftCommand | int | readwrite | |
HelpLink | string | readwrite | |
KeyboardShortcutLabel | string | readwrite | |
KeyboardShortcuts | Strings String | readwrite | |
Label | string | readwrite | |
Labels | Strings String | readwrite | |
MenuItemIsEnabled | int | readonly | |
MenuItemType | int | readonly | |
Mode | int | readonly | |
Name | string | readonly | |
NextCommandInSession | Command | readonly | |
NextMenuItemInMenu | FMObject | readwrite | |
NextMenuItemInSession | FMObject | readonly | |
PrevMenuItemInMenu | FMObject | readwrite | |
Product | int | readwrite | |
ShiftOrUnshiftCommand | Command | readwrite | |
View | int | readwrite | |
Window | int | readwrite |
Methods
Instances
PropVals GetProps ()
void SetProps (setVal: PropVals)
Parameter | Type | Description |
---|---|---|
setVal | PropVals |
Element of
Command.ExpandOMaticParent
Command.NextCommandInSession
Command.ShiftOrUnshiftCommand
app.FirstCommandInSession
Used in:
number Menu.AddCommandToMenu (command: Command)
Return
Command Menu.DefineAndAddCommand (cmdNum: number, name: string, label: string, shortcut: string)
Command app.GetNamedCommand (name: string)
Command app.NewNamedCommand (name: string)
Jongware, 18-Jan-2015 v1.0 | Contents :: Index |